Package: sasquatch 0.0.0.9045

sasquatch: Use 'SAS', R, and 'quarto' Together
Use R and 'SAS' within reproducible multilingual 'quarto' documents. Run 'SAS' code blocks interactively, send data back and forth between 'SAS' and R, and render 'SAS' output within quarto documents. 'SAS' connections are established through a combination of 'SASPy' and 'reticulate'.
Authors:
sasquatch_0.0.0.9045.tar.gz
sasquatch_0.0.0.9045.zip(r-4.6)sasquatch_0.0.0.9045.zip(r-4.5)sasquatch_0.0.0.9045.zip(r-4.4)
sasquatch_0.0.0.9045.tgz(r-4.5-any)sasquatch_0.0.0.9045.tgz(r-4.4-any)
sasquatch_0.0.0.9045.tar.gz(r-4.6-any)sasquatch_0.0.0.9045.tar.gz(r-4.5-any)
sasquatch_0.0.0.9045.tgz(r-4.5-emscripten)sasquatch_0.0.0.9045.tgz(r-4.4-emscripten)
sasquatch.pdf |sasquatch.html✨
sasquatch/json (API)
NEWS
# Install 'sasquatch' in R: |
install.packages('sasquatch', repos = c('https://ropensci.r-universe.dev', 'https://cloud.r-project.org')) |
Reviews:rOpenSci Software Review #673
Bug tracker:https://github.com/ropensci/sasquatch/issues
Pkgdown site:https://docs.ropensci.org
Last updated 2 days ago from:5dbca94ed0 (on main). Checks:11 OK. Indexed: yes.
Target | Result | Total time | Artifact |
---|---|---|---|
linux-devel-x86_64 | OK | 154 | |
pkgdown docs | OK | 166 | |
source / vignettes | OK | 236 | |
linux-release-x86_64 | OK | 152 | |
macos-release-arm64 | OK | 81 | |
macos-oldrel-arm64 | OK | 140 | |
windows-devel | OK | 96 | |
windows-release | OK | 102 | |
windows-oldrel | OK | 106 | |
wasm-release | OK | 131 | |
wasm-oldrel | OK | 125 |
Exports:configure_saspyinstall_saspysas_connectsas_disconnectsas_enginesas_file_copysas_file_downloadsas_file_existssas_file_removesas_file_uploadsas_from_rsas_get_sessionsas_listsas_run_filesas_run_selectedsas_run_stringsas_to_r
Dependencies:base64encbslibcachemclidigestevaluatefastmapfontawesomefsglueherehighrhtmltoolshtmlwidgetsjquerylibjsonliteknitrlatticelifecycleMatrixmemoisemimepngR6rappdirsRcppRcppTOMLreticulaterlangrmarkdownrprojrootrstudioapisasstinytexwithrxfunyaml
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Configure SASPy package | configure_saspy |
Install SASPy package | install_saspy |
Establish SAS session | sas_connect |
Disconnect SAS session | sas_disconnect |
A SAS engine for 'knitr' | sas_engine |
Copy a file on SAS | sas_file_copy |
Download a file from SAS | sas_file_download |
Check if file on SAS exists | sas_file_exists |
Delete a file or directory from SAS | sas_file_remove |
Upload a file to SAS | sas_file_upload |
Convert R table to SAS | sas_from_r |
Get current SAS session | sas_get_session |
List contents of a SAS directory | sas_list |
Execute SAS file | sas_run_file |
Execute selected SAS code | sas_run_selected |
Execute SAS code string | sas_run_string |
Convert SAS table to R | sas_to_r |