Package: shinylogs 0.2.1.9000
shinylogs: Record Everything that Happens in a 'Shiny' Application
Track and record the use of applications and the user's interactions with 'Shiny' inputs. Allows to trace the inputs with which the user interacts, the outputs generated, as well as the errors displayed in the interface.
Authors:
shinylogs_0.2.1.9000.tar.gz
shinylogs_0.2.1.9000.zip(r-4.5)shinylogs_0.2.1.9000.zip(r-4.4)shinylogs_0.2.1.9000.zip(r-4.3)
shinylogs_0.2.1.9000.tgz(r-4.4-any)shinylogs_0.2.1.9000.tgz(r-4.3-any)
shinylogs_0.2.1.9000.tar.gz(r-4.5-noble)shinylogs_0.2.1.9000.tar.gz(r-4.4-noble)
shinylogs_0.2.1.9000.tgz(r-4.4-emscripten)shinylogs_0.2.1.9000.tgz(r-4.3-emscripten)
shinylogs.pdf |shinylogs.html✨
shinylogs/json (API)
NEWS
# Install 'shinylogs' in R: |
install.packages('shinylogs', repos = c('https://dreamrs.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/dreamrs/shinylogs/issues
Last updated 1 months agofrom:9d218b5aff. Checks:OK: 3 NOTE: 4. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 15 2024 |
R-4.5-win | NOTE | Nov 15 2024 |
R-4.5-linux | NOTE | Nov 15 2024 |
R-4.4-win | NOTE | Nov 15 2024 |
R-4.4-mac | NOTE | Nov 15 2024 |
R-4.3-win | OK | Nov 15 2024 |
R-4.3-mac | OK | Nov 15 2024 |
Exports:read_json_logsread_rds_logsstore_customstore_googledrivestore_jsonstore_nullstore_rdsstore_sqlitetrack_usageuse_tracking
Dependencies:anytimebase64encBHbitbit64bslibcachemclicommonmarkcrayondata.tabledigestfastmapfontawesomefsgluehtmltoolshttpuvjquerylibjsonlitelaterlatticelifecyclemagrittrmemoisemimenanotimepromisesR6rappdirsRcppRcppCCTZRcppDaterlangsassshinysourcetoolswithrxtablezoo
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Read a directory containing JSON logs | read_json_logs |
Read a directory containing RDS logs | read_rds_logs |
Use custom function to save logs | store_custom |
Use Google Drive as storage mode | store_googledrive |
Use JSON files as storage mode | store_json |
No storage on disk | store_null |
Use RDS files as storage mode | store_rds |
Use SQLite database as storage mode | store_sqlite |
Track usage of a Shiny app | track_usage |
Insert dependencies to track usage of a Shiny app | use_tracking |