Description Usage Arguments Value
View source: R/create_new_style.R
Make a new style copied from referenced style in docx_styles
1 2 3 4 5 6 | copy_style_from_docx_styles(
docx_styles,
new_style_name,
ref_style_name = NULL,
style_id = "auto"
)
|
docx_styles |
|
new_style_name |
new style name as a |
ref_style_name |
referenced style name in the |
style_id |
new style id. Unique id in docx is required. By default, it is set by unique id. |
new style as a xml_node
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.