Skip to contents

Write attribution to a file

Usage

krt_write_attribution(x, path)

Arguments

x

A krt_tbl or profile name.

path

Output file path.

Value

The path, invisibly.

Examples

f <- tempfile(fileext = ".md")
krt_write_attribution(krt_example, f)