Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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")
```