pop_data_output: Produce a .txt file with needed information for population...

Description Usage Arguments

View source: R/CleanUpPopData.R

Description

need tidyverse package

Usage

1
pop_data_output(file = "/cloud/project/data/DNA_Samples_Data_Analysis.csv", columns = c(SJ_number, Species, sub_species), sample_col = SJ_number, samples = c("AR01", "AR02", "AR03"), NA_values = c("", "na"), output_file = "/cloud/project/Output_files/test_pop_data.txt")

Arguments

file

the file path to the csv file to be converted to text file

columns

the columns in the csv file that are to be kept for the text file

sample_col

the column that has the sample numbers/names that will be used to select certain rows

samples

the samples that are to be kept for the text file

NA_values

values in the csv file that should be read as NA values

output_file

the file path for the output text file


sorenDJ/R_package_Johnson documentation built on Dec. 23, 2021, 4:23 a.m.