We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
abundance_data <- portalr::summarize_rodent_data(path = ".", clean = FALSE, level = "Treatment", plots = "Longterm", type= "Rodents", unknown = FALSE, shape = "crosstab", time = "all", na_drop = FALSE, zero_drop = FALSE, min_traps=1, effort = TRUE, min_plots = 1, download_if_missing = TRUE, quiet=FALSE) head(abundance_data, 5) # A tibble: 5 × 27 newmoonnumber censusdate period treatment ntraps nplots BA DM DO DS `NA` OL OT PB PE PF PH PI PL PM PP RF RM RO SF SH SO <int> <date> <dbl> <chr> <int> <dbl> <int> <int> <int> <int> <int> <int> <int> <int> <int> <int> <int> <int> <int> <int> <int> <int> <int> <int> <int> <int> <int> 1 1 1977-07-16 1 control 539 11 0 21 0 3 3 0 1 0 1 1 0 0 0 0 1 0 0 0 0 0 0 2 2 1977-08-19 2 control 539 11 0 30 0 7 1 0 0 0 0 2 0 0 0 0 1 0 0 0 0 0 0 3 3 1977-09-11 3 control 539 11 0 21 0 13 2 0 0 0 0 2 0 0 0 0 1 0 0 0 0 0 0 4 4 1977-10-16 4 control 196 4 0 11 2 7 2 1 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 4 1977-10-16 4 exclosure 196 4 0 8 2 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The text was updated successfully, but these errors were encountered: