listPermittedTidyverseFunctionsDS {dsTidyverse}R Documentation

List of Permitted Tidyverse Functions

Description

This function returns a vector of function names that are permitted to be passed within the dsTidyverse functions, e.g. within the 'tidy_select' argument of 'ds.mutate.'

Usage

listPermittedTidyverseFunctionsDS()

Value

A character vector of function names, each representing a permitted function. Functions not included in this list will be blocked.


[Package dsTidyverse version 1.0.4 Index]