process_apd: Process the African Pollen Database

View source: R/utils-data.R

process_apdR Documentation

Process the African Pollen Database

Description

This function loads all the raw data from the African Pollen Database into a single object.

Usage

process_apd(path, ext = "ascii", delim = ";", comment = "#", ...)

Arguments

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 readr::read_delim

Value

List with a tibble for each of the raw data files


special-uor/smpds documentation built on July 9, 2024, 5:39 p.m.