knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

Documenting datasets

This section sets conventions to document datasets in the fgeo.data package. This makes it easier to understand the existing datasets and provides some structure to facilitate the expansion of fgeo.data.

Documenting generic datasets

Generic datasets (e.g. ViewFullTable) should have these components:

Documenting specific datasets

Datasets from a specific site should be named with the format site_generic_info:

For example, if your data comes from Luquillo, and it is a ViewFullTable containing a random subset of a few trees, a good name for it would be luquillo_vft_random. This format works well with auto-completion in RStudio.

The documentation of site_generic_info should include the following (e.g. ?luquillo_vft_random):



forestgeo/fgeo.data documentation built on May 9, 2019, 8:06 p.m.