process_apd | R Documentation |
This function loads all the raw data from the African Pollen Database into a single object.
process_apd(path, ext = "ascii", delim = ";", comment = "#", ...)
path |
Path to where the raw data files are located. |
ext |
Extension of the raw data files. |
delim |
Single character used to separate fields within a record. |
comment |
A string used to identify comments. Any text after the comment characters will be silently ignored. |
... |
Additional parametres to be used by |
List with a tibble for each of the raw data files
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.