new_deident {deident}R Documentation

Deidentification API root

Description

A general function for defining a deident function.

Usage

new_deident(object, ..., encrypter)

Arguments

object

Either a data.frame, tibble, or existing DeidentList pipeline.

...

variables to be transformed.

Value

A 'DeidentList' representing the untrained transformation pipeline. The object contains fields:

and methods:


[Package deident version 1.0.0 Index]