write_std_imp() is a Write function that writes a file to a specified local directory. Specifically, this function implements an algorithm to write standard import. The function is called for its side effects and does not return a value. WARNING: This function writes R scripts to your local environment. Make sure to only use if you want this behaviour
1 | write_std_imp(R_dir_1L_chr = "R")
|
R_dir_1L_chr |
R directory (a character vector of length one), Default: 'R' |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.