search for: tracking_data

Displaying 1 result from an estimated 1 matches for "tracking_data".

2010 Jul 16
2
invalid factor level, NAs generated
...few threads about this, but none that seem to answer my problem I have a list of .txt files in a directory that I am reading into R and row binding together. I am using the following code to do so: # Directory where files are found my.txt.file.directory <- "C:/Jared/Data/Kenya/Wildebeest/Tracking_Data" names.of.txt.files <- list.files(my.txt.file.directory,pattern="all_data",ignore.case=TRUE, full.names=TRUE) # Print names that meet criteria in directory names.of.txt.files # The names.of.txt.files will be a vector with the names of all the txt files # Dataset will contain all...