Description Usage Arguments Value Examples
Add textblock to latex document via R function
1 2 3 4 5 6 7 8 9 10 | ae_tex_add_block_text(
text,
x_cor,
y_cor,
font_size,
line_space,
font = "medium",
color = "2b2c2c",
textbox_width = "13.25"
)
|
text |
Specify the text you want to add to the Latex document |
x_cor |
Specify the |
y_cor |
Specify the |
font_size |
Specify the |
font |
Specify the |
colnames |
Boolean on whether you wish to have the first row of the spreadsheet serve as column names |
path_to_token |
Specify path to token, which allows access to googlesheets. If not specified, you will be asked to grant access via a web browser |
Tibble of googlesheets data
1 | ae_get_gs_data("your_data","your_worksheet_name","your_sheet_key_id_like_1zmxDhJ...")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.