An open API service indexing awesome lists of open source software.

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'

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# shinysocial

[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![Codecov test coverage](https://codecov.io/gh/shinyworks/shinysocial/branch/main/graph/badge.svg)](https://app.codecov.io/gh/shinyworks/shinysocial?branch=main)
[![R-CMD-check](https://github.com/shinyworks/shinysocial/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/shinyworks/shinysocial/actions/workflows/R-CMD-check.yaml)
[![CRAN status](https://www.r-pkg.org/badges/version/shinysocial)](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.