.set_vsc_setting_rmd | R Documentation |
Set typical VSC settings with respect to RMarkdown documents.
.set_vsc_setting_rmd(
editor.wordWrap = "on",
editor.quickSuggestions = FALSE,
editor.formatOnType = FALSE,
path_to_settings = here::here(".vscode/settings.json")
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.