arrangeDS               Order the rows of a data frame by the values of
                        selected columns
asTibbleDS              Coerce a data frame or matrix to a tibble
bindColsDS              Bind multiple data frames by column
bindRowsDS              Bind multiple data frames by row.
caseWhenDS              Performs dplyr case_when
checkPermissivePrivacyControlLevel
                        checkPermissivePrivacyControlLevel
distinctDS              Keep distinct/unique rows
filterDS                Performs dplyr filter
groupByDS               Group by one or more variables
groupKeysDS             Performs dplyr 'group_keys'.
ifElseDS                Vectorised if-else
listPermittedTidyverseFunctionsDS
                        List of Permitted Tidyverse Functions
mutateDS                Create, modify, and delete columns
renameDS                Rename columns
selectDS                Keep or drop columns using their names and
                        types
sliceDS                 Subset rows using their positions
ungroupDS               Remove grouping from a tibble or data frame
