read_from_local | R Documentation |
This is a helper function for [sync()] that: * reads a json file from the local rstudio folder * converts it to a data frame (to resolve conflicts in the future)
read_from_local(what)
what |
One of c("rstudio_bindings", "editor_bindings", "addins"), the file to read |
A data frame with the contents of the file, converted from json
[read_from_gd()], [push()], [sync()], [jsonlite::read_json()]
mimic_on()
read_from_local("rstudio_bindings")
read_from_local("editor_bindings")
read_from_local("addins")
mimic_off()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.