View source: R/load_data_shoots.R
load_data_shoots | R Documentation |
Fieldmap
databaseThis function queries the given database to retrieve additional data on shoots to use with dendrometry data.
load_data_shoots(database, extra_variables = FALSE)
database |
name of |
extra_variables |
Should additional variables such as |
Dataframe with shoot data
library(forrescalc)
# (add path to your own fieldmap database here)
path_to_fieldmapdb <-
system.file("example/database/mdb_bosres.sqlite", package = "forrescalc")
load_data_shoots(path_to_fieldmapdb)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.