Package: shinyNotes 0.0.2
shinyNotes: Shiny Module for Taking Free-Form Notes
An enterprise-targeted scalable and customizable 'shiny' module providing an easy way to incorporate free-form note taking or discussion boards into applications. The package includes a 'shiny' module that can be included in any 'shiny' application to create a panel containing searchable, editable text broken down by section headers. Can be used with a local 'SQLite' database, or a compatible remote database of choice.
Authors:
shinyNotes_0.0.2.tar.gz
shinyNotes_0.0.2.zip(r-4.7)shinyNotes_0.0.2.zip(r-4.6)shinyNotes_0.0.2.zip(r-4.5)
shinyNotes_0.0.2.tgz(r-4.6-any)shinyNotes_0.0.2.tgz(r-4.5-any)
shinyNotes_0.0.2.tar.gz(r-4.6-any)shinyNotes_0.0.2.tar.gz(r-4.5-any)
shinyNotes_0.0.2.tgz(r-4.5-emscripten)
shinyNotes.pdf |shinyNotes.html✨
shinyNotes/json (API)
NEWS
| # Install 'shinyNotes' in R: |
| install.packages('shinyNotes', repos = c('https://danielkovtun.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/danielkovtun/shinynotes/issues
- demo_notes - Demo notes for testing 'shinynote' module.
- emojis - Demo notes for testing 'shinynote' module.
- markdown_notes - Demo notes formatted with markdown for testing 'shinynote' module.
Last updated from:18007c3470. Checks:7 NOTE, 2 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | NOTE | 118 | ||
| source / vignettes | OK | 189 | ||
| linux-release-x86_64 | NOTE | 145 | ||
| macos-release-arm64 | NOTE | 139 | ||
| macos-oldrel-arm64 | NOTE | 133 | ||
| windows-devel | NOTE | 86 | ||
| windows-release | NOTE | 128 | ||
| windows-oldrel | NOTE | 114 | ||
| wasm-release | OK | 151 |
Exports:connect_sqlitecreate_schemadb.read_tabledb.write_tablerunExampleshinynotesshinynotesUI
Dependencies:base64encbitbit64blobbslibcachemclicommonmarkcpp11DBIdbplyrdigestdplyrfastmapfontawesomefsgenericsgluehtmltoolshttpuvjquerylibjsonlitelaterlifecyclelitedownmagrittrmarkdownmemoisemimeotelpillarpkgconfigpromisespurrrR6rappdirsRcpprlangRSQLitesassshinyshinyjsshinyWidgetssourcetoolsstringistringrtibbletidyrtidyselectutf8vctrswithrxfunxtable
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Connect to an SQLite database | connect_sqlite |
| Add schema to a SQLite database | create_schema |
| Read remote database tables into data frames with additional validation | db.read_table |
| Write data frames to remote database tables with additional validation | db.write_table |
| Demo notes for testing 'shinynote' module. | demo_notes |
| Demo notes for testing 'shinynote' module. | emojis |
| Demo notes formatted with markdown for testing 'shinynote' module. | markdown_notes |
| Run shinyNotes examples | runExample |
| Shiny notes module - server function | shinynotes |
| Shiny notes module - UI function | shinynotesUI |
