combine_tab: Obtain data for all sites

Description Usage Arguments Value Examples

Description

This function reads data from the same tab for all the sites (via get_all_sites()) , then combines thme with dplyr::rbind_all()

Usage

1
2
combine_tab(.sites = c("Argentina", "Cardoso", "Colombia", "French_Guiana",
  "Macae", "PuertoRico", "CostaRica"), sheetname)

Arguments

.sites

The sites you want. defaults to all of them

sheetname

The name of the sheet you'd like to have ("leaf.waterdepths", "bromeliad.physical", "bromeliad.final.inverts", "site.info", "site.weather", "bromeliad.initial.inverts", "bromeliad.terrestrial", "terrestrial.taxa").

Value

data.frame of all bromeliad.physical tabs

Examples

1
combine_tab("French_Guiana","site.info")

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