Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compile_taxa with user supplied lists #240

Open
SimonGoring opened this issue Jul 26, 2019 · 0 comments
Open

compile_taxa with user supplied lists #240

SimonGoring opened this issue Jul 26, 2019 · 0 comments

Comments

@SimonGoring
Copy link
Member

Needs better documentation. Running into a problem with the aggregation though for a set of sites. We are getting issues with the actual compilation for some reason. . .

m8kyr.datasets <- get_dataset(taxonname='Mauritia*',
                              loc=c(-84, -50, -35, 10),
                              ageyoung = 8000)

print(m8kyr.datasets)

mauritia.sites <- get_download(m8kyr.datasets)

alt.table_LagCar <- read_excel("alt_table_LagCar.xlsx")
taxa_list_LagCar <- read_excel("taxa_list_LagCar.xlsx")

mau.comp <- compile_taxa(mauritia.sites, 
                         alt.table = alt.table_LagCar, 
                         list.name = "taxa_list_LagCar")

mau.comp <- compile_taxa(mauritia.sites, "P25")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant