Skip to contents

Main yardlistr functions for reading, analysing and plotting eBird data

Usage

yardlistr(location, dir_dat, dir_img)

Arguments

location

(character) Name of location as it appears in eBird data

dir_dat

(character) Relative or absolute path to directory containing eBird data

dir_img

(character) Relative or absolute path to directory to which plots should be saved

Value

A list containing the tibbles used to generate plots

Examples

if (FALSE) { # \dontrun{
  yardlistr("My Location", "./Data", "./Plots")
} # }