Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/daranzolin/typeStringsGadget

Type strings unencumbered
https://github.com/daranzolin/typeStringsGadget

gadget rstudio-addin shiny

Last synced: about 2 months ago
JSON representation

Type strings unencumbered

Awesome Lists containing this project

README

        

# typeStringsGadget

This gadget was born from a combination of (1) frustration; (2) laziness, (3) the encouragement of one Dean Attali;
and (4) the abiding genius of RStudio's dev team.

![](typeStringsGadget_image.png)

# What does it do?

`typeStringsGadget` is a shiny gadget that allows you to type strings unencumbered. For example, if you need to type a long vector of strings,
you don't have to wrap each individual string in quotation marks. You can even paste text from elsewhere into the textbox, and the gadget
will convert it to a character or numeric vector.

# Installation

```
devtools::install_github("daranzolin/typeStringsGadget")
```