Skip to contents

This function obtains information required for the analysis of the Marine Protect Areas (MPAs).

Usage

get_project_data(ids = NULL, titles = NULL, taxize = FALSE, MPA = NULL)

Arguments

ids

a single or vector of ids of project(s) associated with the Project Planning Tool (PPT)

titles

a character indicating the name of a project. See the table in the vignette for more details.

taxize

a Boolean indicating if the data frame names should be categorized by subphylum. If FALSE the species names will be given. Note that if the subphylum is "Vertabrae" the class will be given instead

MPA

the name of an MPA in Atlantic Canada. Options include BancDesAmericains, basinHead, eastport, gilbertBay, gully, laurentianChannel, musquashEstuary, or stAnnsBank. If NULL all data plotted

Value

dataframe

Author

Jaimie Harbin and Remi Daigle

Examples

if (FALSE) { # \dontrun{
data <- get_project_data(id=1093, taxize=FALSE)
} # }