Learn R Programming

nzffdr (version 2.1.0)

nzffdr_razzle_dazzle: 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()

Arguments

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

Run this code
if (FALSE) {
dat <- nzffdr_razzle_dazzle()
}

Run the code above in your browser using DataLab