We begin by specifying the authorship data we wish to attach to all reports that we generate.
authors_tb <- ready4show::authors_tb
authors_tb %>% ready4show::print_table(output_type_1L_chr = "HTML", caption_1L_chr = "Authors table", mkdn_tbl_ref_1L_chr = "tab:authorsds")
institutes_tb <- ready4show::institutes_tb
institutes_tb %>% ready4show::print_table(output_type_1L_chr = "HTML", caption_1L_chr = "Author institutions table", mkdn_tbl_ref_1L_chr = "tab:institutesds")
We combine the data about authors with other bibliographic information.
header_yaml_args_ls <- ready4show::make_header_yaml_args_ls(authors_tb = authors_tb, institutes_tb = institutes_tb, title_1L_chr = "A hypothetical study using fake data for instructional purposes only", keywords_chr = c("this","is","a","replication","using","fake","data","do", "not","cite"))
We add parameters relating to the desired output format of the reports we will be producing.
output_format_ls <- TTU::ready4show::make_output_format_ls(manuscript_outp_1L_chr = "Word", manuscript_digits_1L_int = 2L, supplementary_outp_1L_chr = "PDF", supplementary_digits_1L_int = 2L)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.