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.5)shinyNotes_0.0.2.zip(r-4.4)shinyNotes_0.0.2.zip(r-4.3)
shinyNotes_0.0.2.tgz(r-4.4-any)shinyNotes_0.0.2.tgz(r-4.3-any)
shinyNotes_0.0.2.tar.gz(r-4.5-noble)shinyNotes_0.0.2.tar.gz(r-4.4-noble)
shinyNotes_0.0.2.tgz(r-4.4-emscripten)shinyNotes_0.0.2.tgz(r-4.3-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 2 years agofrom:18007c3470. Checks:OK: 5 NOTE: 2. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 16 2024 |
R-4.5-win | NOTE | Nov 16 2024 |
R-4.5-linux | NOTE | Nov 16 2024 |
R-4.4-win | OK | Nov 16 2024 |
R-4.4-mac | OK | Nov 16 2024 |
R-4.3-win | OK | Nov 16 2024 |
R-4.3-mac | OK | Nov 16 2024 |
Exports:connect_sqlitecreate_schemadb.read_tabledb.write_tablerunExampleshinynotesshinynotesUI
Dependencies:base64encbitbit64blobbslibcachemclicommonmarkcpp11crayonDBIdbplyrdigestdplyrfansifastmapfontawesomefsgenericsgluehtmltoolshttpuvjquerylibjsonlitelaterlifecyclemagrittrmarkdownmemoisemimepillarpkgconfigplogrpromisespurrrR6rappdirsRcpprlangRSQLitesassshinyshinyjsshinyWidgetssourcetoolsstringistringrtibbletidyrtidyselectutf8vctrswithrxfunxtable
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 |