Get vegetation plot data from local NASIS database
Source:R/fetchVegdata.R
, R/get_vegplot_data_from_NASIS_db.R
fetchVegdata.Rd
Get vegetation plot data from local NASIS database
Usage
fetchVegdata(SS = TRUE, stringsAsFactors = NULL, dsn = NULL)
get_vegplot_from_NASIS_db(SS = TRUE, stringsAsFactors = NULL, dsn = NULL)
get_vegplot_location_from_NASIS_db(
SS = TRUE,
stringsAsFactors = NULL,
dsn = NULL
)
get_vegplot_trhi_from_NASIS_db(SS = TRUE, stringsAsFactors = NULL, dsn = NULL)
get_vegplot_species_from_NASIS_db(
SS = TRUE,
stringsAsFactors = NULL,
dsn = NULL
)
get_vegplot_transect_from_NASIS_db(
SS = TRUE,
stringsAsFactors = NULL,
dsn = NULL
)
get_vegplot_transpecies_from_NASIS_db(
SS = TRUE,
stringsAsFactors = NULL,
dsn = NULL
)
get_vegplot_transpoints_from_NASIS_db(SS = TRUE, dsn = NULL)
get_vegplot_prodquadrats_from_NASIS_db(SS = TRUE, dsn = NULL)
get_vegplot_tree_si_summary_from_NASIS_db(
SS = TRUE,
stringsAsFactors = NULL,
dsn = NULL
)
get_vegplot_speciesbasalarea_from_NASIS(SS = TRUE, dsn = NULL)
get_vegplot_tree_si_details_from_NASIS_db(
SS = TRUE,
stringsAsFactors = NULL,
dsn = NULL
)
get_vegplot_textnote_from_NASIS_db(
SS = TRUE,
fixLineEndings = TRUE,
stringsAsFactors = NULL,
dsn = NULL
)