Print method for rsdv_privacy_report
Usage
# S3 method for class 'rsdv_privacy_report'
print(x, ...)Examples
# \donttest{
syn <- gaussian_copula_synthesizer(metadata(adult_income)) |> fit(adult_income)
synth <- sample(syn, n = 500)
pr <- privacy_report(adult_income, synth)
print(pr)
#> == rsdv Privacy Report ==
#>
#> NNDR Score (higher = more private): 0.990
# }