pvdiv_results_in_folder.Rd
Creates a vector of phenotype names from bigsnpr results.
pvdiv_results_in_folder(path = ".", pattern = "*.rds")
File path to the files from bigsnpr, a character string. Defaults to the current working directory.
Pattern within the filename to match. Default is "*.rds".
A vector of phenotype names.
if (FALSE) gwas_results_in_folder(path = system.file("inst/extdata",
package = "switchgrassGWAS"))
if (FALSE) gwas_results_in_folder(path = "path/to/gwas/results")