Package: dsTidyverse 1.0.1
dsTidyverse: 'DataSHIELD' 'Tidyverse' Serverside Package
Implementation of selected 'Tidyverse' functions within 'DataSHIELD', an open-source federated analysis solution in R. Currently, DataSHIELD contains very limited tools for data manipulation, so the aim of this package is to improve the researcher experience by implementing essential functions for data manipulation, including subsetting, filtering, grouping, and renaming variables. For more information, see <https://www.tidyverse.org/> and <https://datashield.org/>.
Authors:
dsTidyverse_1.0.1.tar.gz
dsTidyverse_1.0.1.tar.gz(r-4.5-noble)dsTidyverse_1.0.1.tar.gz(r-4.4-noble)
dsTidyverse_1.0.1.tgz(r-4.4-emscripten)dsTidyverse_1.0.1.tgz(r-4.3-emscripten)
dsTidyverse.pdf |dsTidyverse.html✨
dsTidyverse/json (API)
NEWS
# Install 'dsTidyverse' in R: |
install.packages('dsTidyverse', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 29 days agofrom:36b49341f1. Checks:OK: 2. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 26 2024 |
R-4.5-linux | OK | Oct 26 2024 |
Exports:arrangeDSasTibbleDSbindColsDSbindRowsDScaseWhenDScheckPermissivePrivacyControlLeveldistinctDSfilterDSgroupByDSgroupKeysDSifElseDSlistPermittedTidyverseFunctionsDSmutateDSrenameDSselectDSsliceDSungroupDS
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Order the rows of a data frame by the values of selected columns | arrangeDS |
Coerce a data frame or matrix to a tibble | asTibbleDS |
Bind multiple data frames by column | bindColsDS |
Bind multiple data frames by row. | bindRowsDS |
Performs dplyr case_when | caseWhenDS |
checkPermissivePrivacyControlLevel | checkPermissivePrivacyControlLevel |
Keep distinct/unique rows | distinctDS |
Performs dplyr filter | filterDS |
Group by one or more variables | groupByDS |
Performs dplyr 'group_keys'. | groupKeysDS |
Vectorised if-else | ifElseDS |
List of Permitted Tidyverse Functions | listPermittedTidyverseFunctionsDS |
Create, modify, and delete columns | mutateDS |
Rename columns | renameDS |
Keep or drop columns using their names and types | selectDS |
Subset rows using their positions | sliceDS |
Remove grouping from a tibble or data frame | ungroupDS |