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. This is the serverside package which should be installed on the server holding the data, and is used in conjuncture with the clientside package 'dsTidyverseClient' which is installed in the local R environment of the analyst. For more information, see <https://www.tidyverse.org/> and <https://datashield.org/>.
Authors:
dsTidyverse_1.0.1.tar.gz
dsTidyverse_1.0.1.zip(r-4.5)dsTidyverse_1.0.1.zip(r-4.4)dsTidyverse_1.0.1.zip(r-4.3)
dsTidyverse_1.0.1.tgz(r-4.4-any)dsTidyverse_1.0.1.tgz(r-4.3-any)
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://molgenis.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/molgenis/ds-tidyverse/issues
Last updated 26 days agofrom:8db067b676. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 28 2024 |
R-4.5-win | OK | Oct 28 2024 |
R-4.5-linux | OK | Oct 28 2024 |
R-4.4-win | OK | Oct 28 2024 |
R-4.4-mac | OK | Oct 28 2024 |
R-4.3-win | OK | Oct 28 2024 |
R-4.3-mac | OK | Oct 28 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 |