View source: R/create_protocol_helpers.R
| get_protocolnumbers | R Documentation |
This function will search for protocol numbers in filenames of Rmarkdown files listed underneath the source folder. The search will be restricted to files of a given protocol type and given language.
get_protocolnumbers(
protocol_type = c("sfp", "sip", "sap", "sop", "spp"),
language = c("nl", "en")
)
protocol_type |
A character string equal to |
language |
Language of the protocol, either |
A character vector with occupied protocol numbers for a specific protocol type
Other utility:
add_label(),
get_path_to_protocol(),
get_protocol_type(),
get_short_titles(),
get_version_number(),
increment_version_number()
## Not run:
get_protocolnumbers()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.