R/expect_snapshot_data.R
expect_snapshot_data.Rd
Copied with permission: https://github.com/bcgov/ssdtools/issues/379#issuecomment-2372581429
expect_snapshot_data(x, name, digits = 6)
a data.frame
a character name of the snapshot
a numeric number of digits to round to
if (FALSE) { # \dontrun{ iris |> expect_snapshot_data(name = "iris") } # }