Package: shinyChatR 1.2.0
shinyChatR: R Shiny Chat Module
Provides an easy-to-use module for adding a chat to a Shiny app. Allows users to send messages and view messages from other users. Messages can be stored in a database or a .rds file.
Authors:
shinyChatR_1.2.0.tar.gz
shinyChatR_1.2.0.zip(r-4.5)shinyChatR_1.2.0.zip(r-4.4)shinyChatR_1.2.0.zip(r-4.3)
shinyChatR_1.2.0.tgz(r-4.4-any)shinyChatR_1.2.0.tgz(r-4.3-any)
shinyChatR_1.2.0.tar.gz(r-4.5-noble)shinyChatR_1.2.0.tar.gz(r-4.4-noble)
shinyChatR_1.2.0.tgz(r-4.4-emscripten)shinyChatR_1.2.0.tgz(r-4.3-emscripten)
shinyChatR.pdf |shinyChatR.html✨
shinyChatR/json (API)
NEWS
# Install 'shinyChatR' in R: |
install.packages('shinyChatR', repos = c('https://julianschmocker.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/julianschmocker/shinychatr/issues
Last updated 6 months agofrom:f4a84c773c. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 21 2024 |
R-4.5-win | OK | Nov 21 2024 |
R-4.5-linux | OK | Nov 21 2024 |
R-4.4-win | OK | Nov 21 2024 |
R-4.4-mac | OK | Nov 21 2024 |
R-4.3-win | OK | Nov 21 2024 |
R-4.3-mac | OK | Nov 21 2024 |
Exports:chat_serverchat_uiupdateChatTextInput
Dependencies:base64encbslibcachemclicommonmarkcrayondata.tableDBIdigestfastmapfontawesomefsgluehtmltoolshttpuvjquerylibjsonlitelaterlifecyclemagrittrmemoisemimepromisespurrrR6rappdirsRcpprlangsassshinysourcetoolsvctrswithrxtable
Readme and manuals
Help Manual
Help page | Topics |
---|---|
A chat module for Shiny apps - server | chat_server |
A chat module for Shiny apps - UI | chat_ui |
CSVConnection R6 Class | CSVConnection |
DBConnection R6 Class | DBConnection |
RDSConnection R6 Class | RDSConnection |
Render the messages for the chat | render_msg_divs |
Render the messages for the chat | render_msg_divs2 |
A function to update the chat textInput | updateChatTextInput |