nzffdr_razzle_dazzle {nzffdr} | R Documentation |
Wrapper for multiple nzffdr functions
Description
Wraps multiple nzffdr functions allowing, importing, cleaning and adding of new information all in one step.
Usage
nzffdr_razzle_dazzle()
Details
Wraps: [nzffdr_import()], [nzffdr_clean()], [nzffdr_add_date()], [nzffdr_taxon_threat()], [nzffdr_widen_habitat()] and runs the lot in one go, returning a downloaded and cleaned NZFFD dataset.
This function requires an internet connection to query the NZFFD
Value
An NZFFD dataframe which has been cleaned and had date, taxonomic and threat classification status data added.
Examples
## Not run:
dat <- nzffdr_razzle_dazzle()
## End(Not run)
[Package nzffdr version 2.1.0 Index]