read_site_sheet: read in a sheet from all sites

Description Usage Arguments Examples

Description

This function reads all the sheets in an excel book on dropbox

Usage

1
read_site_sheet(sitename, sheetname = NULL, ...)

Arguments

sitename

The name of the site you want to read data from, or a path to where the excel files are on your local computer (for offline work):"Argentina", "Cardoso", "Colombia", "French_Guiana", "Macae", "PuertoRico", "CostaRica"

sheetname

The name of the sheetname you want: "leaf.waterdepths", "bromeliad.physical", "bromeliad.final.inverts", "site.info", "site.weather", "bromeliad.initial.inverts", "bromeliad.terrestrial", "terrestrial.taxa"

file

The file name to fetch

OnDisk

Are you reading from a local copy or Dropbox? defaults to FALSE

Examples

1
macae <- read_site_sheet(("Macae"), "leaf.waterdepths")

SrivastavaLab/bwgtools documentation built on May 9, 2019, 1:54 p.m.