Package: rtry 1.1.0
rtry: Preprocessing Plant Trait Data
Designed to support the application of plant trait data providing easy applicable functions for the basic steps of data preprocessing, e.g. data import, data exploration, selection of columns and rows, excluding trait data according to different attributes, geocoding, long- to wide-table transformation, and data export. 'rtry' was initially developed as part of the TRY R project to preprocess trait data received via the TRY database.
Authors:
rtry_1.1.0.tar.gz
rtry_1.1.0.zip(r-4.7)rtry_1.1.0.zip(r-4.6)rtry_1.1.0.zip(r-4.5)
rtry_1.1.0.tgz(r-4.6-any)rtry_1.1.0.tgz(r-4.5-any)
rtry_1.1.0.tar.gz(r-4.7-any)rtry_1.1.0.tar.gz(r-4.6-any)
rtry_1.1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
rtry/json (API)
| # Install 'rtry' in R: |
| install.packages('rtry', repos = c('https://mpi-bgc-functional-biogeography.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/mpi-bgc-functional-biogeography/rtry/issues
- data_coordinates - Sample coordinates data
- data_locations - Sample locations data
- data_TRY_15160 - Sample TRY data
- data_TRY_15161 - Sample TRY data
Last updated from:f15ed71599. Checks:7 NOTE, 2 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | NOTE | 133 | ||
| source / vignettes | OK | 180 | ||
| linux-release-x86_64 | NOTE | 133 | ||
| macos-release-arm64 | NOTE | 130 | ||
| macos-oldrel-arm64 | NOTE | 202 | ||
| windows-devel | NOTE | 95 | ||
| windows-release | NOTE | 91 | ||
| windows-oldrel | NOTE | 102 | ||
| wasm-release | OK | 105 |
Exports:%>%rtry_bind_colrtry_bind_rowrtry_excludertry_explorertry_exportrtry_geocodingrtry_importrtry_join_leftrtry_join_outerrtry_remove_colrtry_remove_duprtry_revgeocodingrtry_select_ancrtry_select_colrtry_select_rowrtry_trans_wider
Dependencies:clicpp11curldata.tabledplyrgenericsgluejsonlitelifecyclemagrittrpillarpkgconfigpurrrR6rlangstringistringrtibbletidyrtidyselectutf8vctrswithr
Last update: 2023-08-09
Started: 2021-06-14
Last update: 2023-08-03
Started: 2021-07-27
Last update: 2022-01-15
Started: 2021-04-12
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Sample coordinates data | data_coordinates |
| Sample locations data | data_locations |
| Sample TRY data (Request 15160) | data_TRY_15160 |
| Sample TRY data (Request 15161) | data_TRY_15161 |
| Bind data by columns | rtry_bind_col |
| Bind data by rows | rtry_bind_row |
| Exclude (remove) data | rtry_exclude |
| Explore data | rtry_explore |
| Export preprocessed data | rtry_export |
| Perform geocoding | rtry_geocoding |
| Import data | rtry_import |
| Left join for two data frames | rtry_join_left |
| Outer join for two data frames | rtry_join_outer |
| Remove columns | rtry_remove_col |
| Remove duplicates in data | rtry_remove_dup |
| Perform reverse geocoding | rtry_revgeocoding |
| Select ancillary data in wide table format | rtry_select_anc |
| Select columns | rtry_select_col |
| Select rows | rtry_select_row |
| Transform data from long to wide table | rtry_trans_wider |
