Copies a standard author metadata template from the package into the requested
path.
Usage
authordown_template(path = "authordown_template.csv", format = NULL)
Arguments
- path
Output file path. Extension determines format if format
is not supplied.
- format
Optional format override: "csv" or "xlsx".
Value
Invisibly returns the output path.
Examples
if (FALSE) { # \dontrun{
authordown_template("authors.csv")
authordown_template("authors.xlsx")
} # }