View source: R/process_preset.R
| persist_process_presets | R Documentation |
.RprofileSyncs the in-session add_process_preset() registry out to a
.Rprofile file, so it's available again in future sessions. This is
what persist = TRUE on add_process_preset()/remove_process_preset()/
amend_process_preset() calls internally; call it directly to persist
several in-session changes (each made with persist = FALSE) in one
write/confirmation instead of one per change. See the CRAN-policy notes
in add_process_preset() – in particular, this always errors instead
of writing anything when rlang::is_interactive() is FALSE.
persist_process_presets(ask = TRUE, profile = "project")
ask |
< |
profile |
< |
TRUE if the file was written, FALSE if declined (invisibly)
## Not run:
add_process_preset(~ .x %>% as_xpdb_x(), name = "convert", persist = FALSE)
persist_process_presets()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.