create_rmd | R Documentation |
Create .Rmd file describing MSEtool Objects and Slots and inject custom descriptions into it
create_rmd(
file_name,
cust_desc_file_name = system.file("alt-slot-descriptions.csv", package = "ggmse"),
slot_type_order_file_name = system.file("slot-type-order.csv", package = "ggmse"),
...
)
file_name |
Filename of the .rmd file to create/modify. If it does not exist,
it will be created using |
cust_desc_file_name |
Filename of the .csv file containing the custom descriptions. Use generate_default_custom_descriptions_file() in scratch.R to auto-generate it. |
slot_type_order_file_name |
Filename of the .csv file containing the slot orders. |
... |
Arguments to be passed to |
Nothing
create_rmd("test.Rmd")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.