plm_template {plume} | R Documentation |
This helper function allows you to generate an empty
tibble
that you can use as a template to supply
author data.
plm_template(minimal = TRUE, role_cols = credit_roles(), credit_roles = FALSE)
minimal |
If |
role_cols |
A vector of names defining role columns to create. If the vector contains key-value pairs, columns will be named after the keys. |
credit_roles |
It is now recommended to use |
An empty tibble.
plm_template()
plm_template(role_cols = paste0("role_", 1:5))