View source: R/console_setup.R
| resolve_console_startup_model | R Documentation |
Part of the companion-package extension API (used by aisdk.shiny).
resolve_console_startup_model(
project_path = ".Renviron",
global_path = "~/.Renviron",
project_rprofile_path = ".Rprofile",
global_rprofile_path = "~/.Rprofile",
apply_profile_fn = apply_console_profile
)
project_path, global_path, project_rprofile_path, global_rprofile_path |
Paths consulted to discover a saved default model and its profile. |
apply_profile_fn |
Function used to apply a discovered profile. |
A list with model_id, source, and profile.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.