Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/daranzolin/typeStringsGadget
- Owner: daranzolin
- License: other
- Created: 2017-02-18T06:52:09.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-20T03:23:37.000Z (almost 8 years ago)
- Last Synced: 2024-08-13T07:15:34.718Z (5 months ago)
- Topics: gadget, rstudio-addin, shiny
- Language: R
- Homepage:
- Size: 47.9 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - daranzolin/typeStringsGadget - Type strings unencumbered (R)
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")
```