README.md

dsTidyverseClient

CRAN_Status_Badge CircleCI codecov

This is the DataSHIELD implementation of selected Tidyverse functions. Currently most of these functions are from dplyr, however in the future functions from other Tidyverse packages can be included.

Installation

Functions/Features

From the dplyr package:

From the tibble package:

Privacy control levels

DataSHIELD implements privacy control levels, which allows data owners to control which functions can be used by researchers. The table below shows which dsTidyverse functions are permitted in which privacy mode.

| Function | Permissive | Banana | Avocado | Non-Permissive | |------------------|-------------|---------|---------|---------------| | arrangeDS | ✔ | ✔ | | | | asTibbleDS | ✔ | ✔ | ✔ | ✔ | | bindColsDS | ✔ | ✔ | | | | bindRowsDS | ✔ | ✔ | | | | caseWhenDS | ✔ | ✔ | | | | distinctDS | ✔ | ✔ | ✔ | ✔ | | filterDS | ✔ | ✔ | | | | groupByDS | ✔ | ✔ | | | | groupKeysDS | ✔ | ✔ | | | | mutateDS | ✔ | ✔ | | | | renameDS | ✔ | ✔ | ✔ | ✔ | | selectDS | ✔ | ✔ | ✔ | ✔ | | sliceDS | ✔ | ✔ | | | | ungroupDS | ✔ | ✔ | | |

Contributing

If there are functions in this list you would like implemented, please either attempt to do so yourself and submit a pull request, or submit a feature request in the issues section. See the "CONTRIBUTING" file for more information.



Try the dsTidyverseClient package in your browser

Any scripts or data that you put into this service are public.

dsTidyverseClient documentation built on April 12, 2025, 1:55 a.m.