View source: R/constants_to_tex.R
| constants_to_tex | R Documentation | 
constants_to_tex
constants_to_tex(my_list, n_digits = 4L, path = "~/MSc/Writing/Report/auto_tbl_fig/", file_name = "constants_to_tex", verbose = FALSE)
| my_list | list with key and values | 
| n_digits | The number of digits in text. Default is 4 for numeric values. | 
| path | directory to the .tex file. | 
| file_name | name of the .tex file. | 
| verbose | default 'FALSE'. Set to 'TRUE' for printing the string. | 
saved file/string with multiple '"\def\key..."'
## Not run: 
  #
  my_list <- list("keyone" ="test12456-12.2",
                  "keytwo"="10.1")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.