knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
This is an RStudio addin to sync your RStudio settings to a GitHub gist. This is useful if you have mulitple machines (or cloud instances) with RStudio server and want to keep the settings in sync.
Install this addin from R Universe:
install.packages("settings.sync", repos = "https://tjpalanca.r-universe.dev")
Use this package by selecting it from your RStudio menu or running:
settings.sync::sync_addin()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.