Wraps multiple nzffdr functions allowing, importing, cleaning and adding of new information all in one step.

nzffdr_razzle_dazzle()

Value

An NZFFD dataframe which has been cleaned and had date, taxonomic and threat classification status data added.

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

Examples

if (FALSE) {
dat <- nzffdr_razzle_dazzle()
}