Skip to contents

The function returns information about each survey.

Usage

fm_survey(key, std = TRUE, trim = TRUE, remove_empty = TRUE)

Format

A data frame with nine variables:

site

Name of the (landing) site

island

Name of the island, returned in some cases

date

Date of the survey, a derived variable from variable time.

time

Time of the survey

survey_id

Numerical code, used to join to other tables

For further details, see https://fimsehf.atlassian.net/wiki/spaces/FT/pages/3283812558/New+The+Data+Structure+Explained

Arguments

key

your FM API key

std

boolean, if TRUE (default) variables are renamed according to fmr convention

trim

boolean, if TRUE (default) only essential (standard) variables are returned. Only active if argument std is set to TRUE.

remove_empty

boolean, if TRUE (default) remove variables whose values are all NA's

Value

a tibble