readCPEAT | R Documentation |
This reads in records of the CPEAT project from PANGAEA.
readCPEAT(dataDir, workLocal = FALSE, verbose = FALSE)
dataDir |
identify the download directory |
workLocal |
flag to ignore any files you don't have locally (don't download) |
verbose |
flag to print out verbose debugging messages |
a list of data frames, the first data frame with the meta data and a second data frame with the records @import magrittr @importFrom dplyr select mutate vars starts_with select if_else recode filter full_join @importFrom readr read_file read_tsv cols @importFrom plyr ddply @importFrom tidyr separate gather spread
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.