make_output_format_ls | R Documentation |
make_output_format_ls() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make output format list. The function returns Output format (a list).
make_output_format_ls(
manuscript_outp_1L_chr = "Word",
manuscript_digits_1L_int = 2L,
supplementary_outp_1L_chr = "PDF",
supplementary_digits_1L_int = 2L
)
manuscript_outp_1L_chr |
Manuscript output (a character vector of length one), Default: 'Word' |
manuscript_digits_1L_int |
Manuscript digits (an integer vector of length one), Default: 2 |
supplementary_outp_1L_chr |
Supplementary output (a character vector of length one), Default: 'PDF' |
supplementary_digits_1L_int |
Supplementary digits (an integer vector of length one), Default: 2 |
Output format (a list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.