Appendix E — Appendix E: Package Reference
Vignettes, repos, and API documentation
Keywords
snowflake, R, RStudio, Posit, VS Code, workspace notebooks, snowflakeR, RSnowflake, mlops
Package vignettes remain the API reference of record. This guide provides narrative context; use ?function and vignettes for signatures and edge cases.
Browser-readable vignettes: Appendix H — Package vignettes (HTML) links snowflakeR inst/doc HTML on this site and RSnowflake vignettes on GitHub (new tab).
E.1 snowflakeR
| Resource | Link |
|---|---|
| GitHub | Snowflake-Labs/snowflakeR |
| Issues | github.com/Snowflake-Labs/snowflakeR/issues |
| Reference PDF | system.file("doc/snowflakeR-reference.pdf", package = "snowflakeR") |
After install: browseVignettes("snowflakeR")
| Vignette | Topic | Guide chapter |
|---|---|---|
getting-started |
Connect, query, tables | 16 |
setup |
Local env, Python, auth, IDE | 03, 04 |
workspace-notebooks |
%%R, bootstrap, outputs |
06–08 |
feature-store |
Entities, views, datasets | 17 |
model-registry |
Log, deploy, serve | 18 |
experiments |
Run tracking, tune | 19 |
model-monitoring |
Drift, performance | 20 |
many-model-howto |
Partitioned forecasting | 21 |
parallel-dosnowflake |
foreach, SPCS, queue | 22 |
E.1.1 Key notebooks (inst/notebooks/)
| Notebook | Purpose |
|---|---|
workspace_quickstart.ipynb |
First Workspace run |
local_quickstart.ipynb |
Desktop R setup |
workspace_feature_store.ipynb |
Feature Store walkthrough |
workspace_model_registry.ipynb |
Registry walkthrough |
workspace_parallel_spcs_setup.ipynb |
SPCS parallel setup |
workspace_parallel_spcs_demo.ipynb |
Parallel demo |
E.2 RSnowflake
| Resource | Link |
|---|---|
| GitHub | Snowflake-Labs/RSnowflake |
| WORKSPACE_ADBC.md | Workspace + ADBC engineering note |
| Vignette | Topic | Guide chapter |
|---|---|---|
getting-started |
DBI, auth, dbplyr, Arrow, bulk write | 12–13 |
workspace-rsnowflake |
Workspace bootstrap, ADBC, gateway | 14 |
E.3 snowflake-notebook-multilang
| Doc | Topic | Guide chapter |
|---|---|---|
| README | Overview | 06 |
| quickstart.md | Bootstrap | 06 |
| configuration.md | YAML | Appendix B |
| network_rules.md | EAI | 07 |
| custom_runtime_images.md | CRE | 09 |
| adding_a_language.md | Julia/Scala | 10 |
E.4 External references
| Resource | URL |
|---|---|
| Feature Store Implementation Guide | snowflake-labs.github.io/snowflake-featurestore-imp-guide |
| Snowflake SQL API | docs.snowflake.com SQL API |
| Snowflake ML docs | Snowpark ML |
| connections.toml | Snowflake CLI connections |
E.5 This guide
The Hitchhiker’s Guide to R in Snowflake — narrative documentation published from guide/Hitchhikers_Guide_to_R_in_Snowflake/.
Feedback: open issues on the guide repository when published to Snowflake-Labs.