R/licensing.R
krt_write_attribution.Rd
Write attribution to a file
krt_write_attribution(x, path)
A krt_tbl or profile name.
Output file path.
The path, invisibly.
f <- tempfile(fileext = ".md") krt_write_attribution(krt_example, f)