certificate_df {One4All} | R Documentation |
This function creates a data frame with certificate information including the current time, data and rule hashes, package version, and web hash.
certificate_df(x, time = Sys.time())
x |
A list containing 'data_formatted' and 'rules' elements. |
time |
the time the certificate is generated, can be passed a value or uses current system time. |
A data frame with certificate information.
certificate_df(x = list(data_formatted = data.frame(a = 1:3, b = 4:6),
rules = validate::validator(a > 0, b > 0)),
time = Sys.time())