All Projects β†’ thomasp85 β†’ Hr

thomasp85 / Hr

Licence: Unknown, MIT licenses found Licenses found Unknown LICENSE MIT LICENSE.md
Easy Access to Uppercase H

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Hr

lorem
Generate Lorem Ipsum Text
Stars: ✭ 18 (-67.86%)
Mutual labels:  rstudio, rstudio-addin
ermoji
πŸ€·β€β™‚οΈ RStudio Addin to Search and Copy Emoji
Stars: ✭ 26 (-53.57%)
Mutual labels:  rstudio, rstudio-addin
testthis
Make testing even more fun with RStudio addins and more
Stars: ✭ 31 (-44.64%)
Mutual labels:  rstudio, rstudio-addin
sova-tts-tps
NLP-preprocessor for the SOVA-TTS project
Stars: ✭ 44 (-21.43%)
Mutual labels:  text-processing
finglish
A Finglish to Persian converter.
Stars: ✭ 60 (+7.14%)
Mutual labels:  text-processing
Textrude
Code generation from YAML/JSON/CSV models via SCRIBAN templates
Stars: ✭ 79 (+41.07%)
Mutual labels:  text-processing
TRUNAJOD2.0
An easy-to-use library to extract indices from texts.
Stars: ✭ 18 (-67.86%)
Mutual labels:  text-processing
youngmetro
R Markdown Beamer Theme Based on sthlm, HSRM, and Metropolis themes
Stars: ✭ 14 (-75%)
Mutual labels:  rstudio
cinje
A Pythonic and ultra fast template engine DSL.
Stars: ✭ 26 (-53.57%)
Mutual labels:  text-processing
armcompanion
Companion materials for the rstudio::conf 2019 Advanced R Markdown workshop
Stars: ✭ 15 (-73.21%)
Mutual labels:  rstudio
uiucthemes
RMarkdown Templates for UIUC Theme-Oriented Documents
Stars: ✭ 45 (-19.64%)
Mutual labels:  rstudio
caseconverter
RStudio Addin to convert selected text to lower, upper, snake, and camel cases.
Stars: ✭ 20 (-64.29%)
Mutual labels:  rstudio
gm
R Package for Music Score and Audio Generation
Stars: ✭ 116 (+107.14%)
Mutual labels:  rstudio
frog
Frog is an integration of memory-based natural language processing (NLP) modules developed for Dutch. All NLP modules are based on Timbl, the Tilburg memory-based learning software package.
Stars: ✭ 70 (+25%)
Mutual labels:  text-processing
lingua-go
πŸ‘„ The most accurate natural language detection library for Go, suitable for long and short text alike
Stars: ✭ 684 (+1121.43%)
Mutual labels:  text-processing
deduce
Deduce: de-identification method for Dutch medical text
Stars: ✭ 40 (-28.57%)
Mutual labels:  text-processing
COVIDstats
COVID-19 Statistical Analysis Simulator App using R deployed on shinyapps.io a John Hopkins University COVID count clone and simulator
Stars: ✭ 13 (-76.79%)
Mutual labels:  rstudio
text-preprocess-python
Text preprocessing tools in python.
Stars: ✭ 22 (-60.71%)
Mutual labels:  text-processing
hama-py
πŸ¦› 파이썬 ν•œκΈ€ 처리 라이브러리. Python Korean Morphological Analyzer
Stars: ✭ 16 (-71.43%)
Mutual labels:  text-processing
Compare-UserJS
PowerShell script for comparing user.js (or prefs.js) files.
Stars: ✭ 79 (+41.07%)
Mutual labels:  text-processing

Hr

The goal of Hr is to provide a native R binding to the tech tip provdied below:

All credit for the invention of this approach goes to @Michael1979

Installation

This package will probably not be released on CRAN. It can be installed from github using devtools:

# install.packages("devtools")
devtools::install_github('thomasp85/Hr')

Example

After installation the Addins dropdown should contain an Insert H entry:

Simply click on this to insert an "H" at the current position of the cursor.

If you would like to use a shortcut, it is easy to add this by finding the addin in the keyboard shortcut menu and assign, say Shift+h to it.

Now, every time you press Shift and h at the same time, an uppercase h will get inserted at the cursor position

Roadmap

  • It could be nice to cache the uppercase h character so that the wikipedia page was not downloaded and parsed every time
  • Possible extension to handle other upper case letters

Code of Conduct

Please note that the Hr project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].