Description Usage Arguments Details Examples
View source: R/manueladb_to_table.R
The function takes the meiofauna database MANUELA and uses dplyr to merge its tables into a data.frame and/or csv file. There are 14 tables in total, some of them containing biotic variables and others abiotic variables.
1 | manueladb_to_table(path_to_manuela)
|
path_to_manuela |
is the path to the local copy of the database on the user's computer. |
manueladb_to_table
currently merges 4 of the tables together.
The result is a data frame containing all biotic observations
as well as their accompanying spatial and temporal information.
The database itself is on Strathcloud in module1/data
and needs to be downloaded on the user's computer. WE HAVE BEEN
ASKED BY THE DATA PROVIDER TO NOT SHARE IT BEYOND THE MERP COMMUNITY.
1 2 | manuela <- manueladb_to_table("~/manuela")
class(manuela)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.