load_data_shoots: retrieve data on shoots from 'Fieldmap' database

View source: R/load_data_shoots.R

load_data_shootsR Documentation

retrieve data on shoots from Fieldmap database

Description

This function queries the given database to retrieve additional data on shoots to use with dendrometry data.

Usage

load_data_shoots(database, extra_variables = FALSE)

Arguments

database

name of Fieldmap/Access database (with specific Fieldmap structure) including path

extra_variables

Should additional variables such as iufro_hght, iufro_vital, iufro_socia, remark and common_remark be added? Default is FALSE (no).

Value

Dataframe with shoot data

Examples

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)


inbo/forrescalc documentation built on Sept. 28, 2024, 11:45 a.m.