ae_tex_add_block_text: Latex Text Block

Description Usage Arguments Value Examples

View source: R/functions.R

Description

Add textblock to latex document via R function

Usage

 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"
)

Arguments

text

Specify the text you want to add to the Latex document

x_cor

Specify the x_cor in cm for the top left corner of the textbox

y_cor

Specify the y_cor in cm for the top left corner of the textbox

font_size

Specify the font_size in points. I.e. "12".

font

Specify the font. Accepted arguments include "light", "medium" and "bold.

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

Value

Tibble of googlesheets data

Examples

1
ae_get_gs_data("your_data","your_worksheet_name","your_sheet_key_id_like_1zmxDhJ...")

aleksandereiken/aeikenr documentation built on July 29, 2020, 12:05 a.m.