Displaying 2 results from an estimated 2 matches for "my_directori".
Did you mean:
my_directory
2009 Oct 22
1
tapply with multiple arguments that are not part of the same data frame
Hi all,
I would like to invoke a function that takes multiple arguments (some of
which are specified columns in the data frame, and others that are
independent of the data frame) on split parts of a data frame, how do I do
this?
For example, let's say I have a data frame
>fitness_data
name height weight country
rob 5.8 200 usa
nancy 5.5 140 germany
jen
2013 May 15
2
R help: Batch read files based on names in a list
*
I am currently reading in a series of files, applying the same functions to
them one at a time, and then merging the resulting data frames e.g.:
>MyRows <- c("RowA", "RowB", "RowC")>>File1_DF <- read.delim("\\\\DirectoryToFiles\\File1_Folder\\File1.txt", stringsAsFactors=FALSE, check.names=FALSE)>File1_DF <-