Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/knapply/birdcage
Twitter Analysis for Humans
https://github.com/knapply/birdcage
Last synced: 3 days 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-03T23:23:49.000Z (almost 5 years ago)
- Last Synced: 2024-11-15T15:14:08.876Z (2 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}`
[![CRAN status](https://www.r-pkg.org/badges/version/birdcage)](https://cran.r-project.org/package=birdcage)
[![Lifecycle](https://img.shields.io/badge/lifecycle-maturing-orange.svg)](https://www.tidyverse.org/lifecycle/#maturing)
[![Travis-CI Build Status](https://travis-ci.org/NPSCORELAB/birdcage.svg?branch=master)](https://travis-ci.org/NPSCORELAB/birdcage)
[![GitHub last commit](https://img.shields.io/github/last-commit/NPSCORELAB/birdcage.svg)](https://github.com/NPSCORELAB/birdcage/commits/master)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![Depends](https://img.shields.io/badge/Depends-GNU_R>=3.5-blue.svg)](https://www.r-project.org/)
[![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/NPSCORELAB/birdcage.svg)](https://github.com/NPSCORELAB/birdcage)
[![HitCount](http://hits.dwyl.io/NPSCORELAB/birdcage.svg)](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")
```