https://github.com/shinyworks/shinysocial
Social Media Modules for 'shiny'
https://github.com/shinyworks/shinysocial
Last synced: 20 days ago
JSON representation
Social Media Modules for 'shiny'
- Host: GitHub
- URL: https://github.com/shinyworks/shinysocial
- Owner: shinyworks
- License: other
- Created: 2023-01-13T17:54:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-01T13:26:05.000Z (9 months ago)
- Last Synced: 2024-11-02T16:08:10.104Z (6 months ago)
- Language: R
- Homepage: https://shinysocial.shinyworks.org/
- Size: 1.14 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.Rmd
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Support: .github/SUPPORT.md
Awesome Lists containing this project
- jimsghstars - shinyworks/shinysocial - Social Media Modules for 'shiny' (R)
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# shinysocial
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[](https://app.codecov.io/gh/shinyworks/shinysocial?branch=main)
[](https://github.com/shinyworks/shinysocial/actions/workflows/R-CMD-check.yaml)
[](https://CRAN.R-project.org/package=shinysocial)The goal of shinysocial is to provide standardized, clean modules for collecting, displaying, and using social media information in 'shiny' apps.
## Installation
You can install the development version of shinysocial from [GitHub](https://github.com/) with:
``` r
# install.packages("pak")
pak::pak("shinyworks/shinysocial")
```## Examples
There should be examples here before this package is actually published, including a link to a shiny app that demonstrates the module(s) in action.
This section will likely also be renamed to something like "Use Cases".## Code of Conduct
Please note that the shinysocial project is released with a [Contributor Code of Conduct](https://shinyworks.github.io/shinysocial/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.