View source: R/read_prospect.R
read_prospect | R Documentation |
Takes a .csv file exported from Prospect and reads it in to R along with the factor labels from the lookups.csv file produced by Prospect. When using this function you must first read the lookups.csv file into R.
read_prospect(file, dictionary=lookups, convert.date=TRUE, ...)
file |
The file to be read in |
dictionary |
The file in which the lookups reside, default is
|
convert.date |
Convert fields ending in |
... |
arguments to be passed to |
A data frame formatted as required
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.