https://github.com/knapply/birdcage
Twitter Analysis for Humans
https://github.com/knapply/birdcage
Last synced: about 1 month ago
JSON representation
Twitter Analysis for Humans
- Host: GitHub
- URL: https://github.com/knapply/birdcage
- Owner: knapply
- License: gpl-3.0
- Created: 2019-11-21T20:49:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-03T23:23:49.000Z (about 5 years ago)
- Last Synced: 2025-01-16T03:14:25.224Z (3 months ago)
- Language: R
- Homepage:
- Size: 12.5 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE.md
Awesome Lists containing this project
- jimsghstars - knapply/birdcage - Twitter Analysis for Humans (R)
README
---
output:
github_document:
html_preview: true
html_document:
keep_md: yes
always_allow_html: yes
editor_options:
chunk_output_type: console
---```{r, echo=FALSE}
knitr::opts_chunk$set(
# collapse = TRUE,
fig.align = "center",
comment = "#>",
fig.path = "man/figures/",
message = FALSE,
warning = FALSE
)
options(width = 120)
```# `{birdcage}`
[](https://cran.r-project.org/package=birdcage)
[](https://www.tidyverse.org/lifecycle/#maturing)
[](https://travis-ci.org/NPSCORELAB/birdcage)
[](https://github.com/NPSCORELAB/birdcage/commits/master)
[](https://www.gnu.org/licenses/gpl-3.0)
[](https://www.r-project.org/)
[](https://github.com/NPSCORELAB/birdcage)
[](http://hits.dwyl.io/NPSCORELAB/birdcage)# Demo
[`{birdcage}` on shinyapps.io](https://bknapp.shinyapps.io/birdcage/)
```{r, echo=FALSE}
knitr::include_graphics("man/figures/demo.gif")
```# Installation
```{r, eval=FALSE}
# install.packages("remotes")
remotes::install_github("NPSCORELAB/birdcage")
```# Usage
```{r, eval=FALSE}
birdcage::launch_birdcage()
```# Responses
```{r, echo=FALSE}
knitr::include_graphics("man/figures/survey.png")
```