Skip to contents

Default redaction strength for a profile's public exports

Usage

redaction_default(profile = NULL)

Arguments

profile

A profile name or krt_profile. A profile may declare a redaction_default in its schema.yml; otherwise the strength is "basic".

Value

"basic" or "strict".

Examples

redaction_default("asap")
#> [1] "basic"