https://github.com/teebusch/texttagger
A CLI for tagging texts in R
https://github.com/teebusch/texttagger
Last synced: over 1 year ago
JSON representation
A CLI for tagging texts in R
- Host: GitHub
- URL: https://github.com/teebusch/texttagger
- Owner: Teebusch
- Created: 2021-04-29T21:25:44.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-01T11:40:38.000Z (about 5 years ago)
- Last Synced: 2025-01-24T07:11:27.530Z (over 1 year ago)
- Language: R
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CLI text Tagger
This is a little applicaiton for the R console that goes through a data frame row by row (e.g., input from a spreadsheet) and allows to add tags to it.
Currently tags are presented one after the other and the user selects yes, no maybe.
I used this for screening abstracts for a literature review.
Made for educational purposes, because he R `cli` package looked like fun and I wanted to give it a try.
There are better ways to review abstracts, but maybe there are some applications for something like this?
Lots of bugs. Use at your own risk.