make_header_yaml_args_ls | R Documentation |
make_header_yaml_args_ls() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make header yaml arguments list. The function returns Header yaml arguments (a list).
make_header_yaml_args_ls(
authors_tb,
institutes_tb,
title_1L_chr,
keywords_chr,
fl_nm_1L_chr = "header_common.yaml",
use_fake_data_1L_lgl = F
)
authors_tb |
Authors (a tibble) |
institutes_tb |
Institutes (a tibble) |
title_1L_chr |
Title (a character vector of length one) |
keywords_chr |
Keywords (a character vector) |
fl_nm_1L_chr |
File name (a character vector of length one), Default: 'header_common.yaml' |
use_fake_data_1L_lgl |
Use fake data (a logical vector of length one), Default: F |
Header yaml arguments (a list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.