All Projects → hrbrmstr → QuickLookR

hrbrmstr / QuickLookR

Licence: other
macOS QuickLook plugin for R save(), saveRDS() & feather files

Programming Languages

c
50402 projects - #5 most used programming language
objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to QuickLookR

Markdowntemplates
✅🔻 A collection of alternate R markdown templates
Stars: ✭ 287 (+600%)
Mutual labels:  rmarkdown, rstats
Rmarkdown Website Tutorial
Tutorial for creating websites w/ R Markdown
Stars: ✭ 26 (-36.59%)
Mutual labels:  rmarkdown, rstats
Summarytools
R Package to Quickly and Neatly Summarize Data
Stars: ✭ 390 (+851.22%)
Mutual labels:  rmarkdown, rstats
Workflowr
Organize your project into a research website
Stars: ✭ 551 (+1243.9%)
Mutual labels:  rmarkdown, rstats
heddlr
Bring a functional programming mindset to R Markdown document generation
Stars: ✭ 14 (-65.85%)
Mutual labels:  rmarkdown, rstats
rmd2jupyter
Convert Rmd (rmarkdown) to ipynb (Jupyter notebook)
Stars: ✭ 17 (-58.54%)
Mutual labels:  rmarkdown, rstats
Talks
Repository of publicly available talks by Leon Eyrich Jessen, PhD. Talks cover Data Science and R in the context of research
Stars: ✭ 16 (-60.98%)
Mutual labels:  rmarkdown, rstats
workshops-setup cloud analytics machine
Tips and Tricks to setup a cloud machine for Analytics and Data Science with R, RStudio and Shiny Servers, Python and JupyterLab
Stars: ✭ 12 (-70.73%)
Mutual labels:  rmarkdown, rstats
Postcards
💌 Create simple, beautiful personal websites and landing pages using only R Markdown.
Stars: ✭ 208 (+407.32%)
Mutual labels:  rmarkdown, rstats
Countdown
⏲ countdown timer for R Markdown slides and HTML docs
Stars: ✭ 110 (+168.29%)
Mutual labels:  rmarkdown, rstats
Anicon
Animated icons for R markdown and Shiny apps
Stars: ✭ 109 (+165.85%)
Mutual labels:  rmarkdown, rstats
tikz favorites
collection of favorite TikZ graphics
Stars: ✭ 62 (+51.22%)
Mutual labels:  rmarkdown, rstats
githubdashboard
#rstats github flexdashboard
Stars: ✭ 40 (-2.44%)
Mutual labels:  rmarkdown, rstats
rmd4sci
Rmarkdown for Scientists
Stars: ✭ 113 (+175.61%)
Mutual labels:  rmarkdown, rstats
regista
An R package for soccer modelling
Stars: ✭ 71 (+73.17%)
Mutual labels:  rstats
reactrend
react-trend for R based on reactR
Stars: ✭ 16 (-60.98%)
Mutual labels:  rstats
NLMR
📦 R package to simulate neutral landscape models 🏔
Stars: ✭ 57 (+39.02%)
Mutual labels:  rstats
WikidataQueryServiceR
An R package for the Wikidata Query Service API
Stars: ✭ 23 (-43.9%)
Mutual labels:  rstats
miner
R package for controlling Minecraft via API
Stars: ✭ 74 (+80.49%)
Mutual labels:  rstats
BayesHMM
Full Bayesian Inference for Hidden Markov Models
Stars: ✭ 35 (-14.63%)
Mutual labels:  rstats

NOTE

This does not work on modern Macs and I've started a retrofit but it's not happening anytime soon.

Intro

This is a macOS QuickLook Plugin for R data files.

That means if you install this plugin (download and unzip QuickLookR.qlgenerator.zip and put QuickLookR.qlgenerator into ~/Library/QuickLook) you can hit the spacebar on an R Data or saved RDS file (case-insentitive .rdata, .rda, .rds, .rmd are currently supported extensions) and get a str() preview (for data files) without firing up R/RStudio and the ability to preview Rmd source files and then optionally go right to editing..

It looks for Rscript in /usr/local/bin and (for now) requires a helper package rdatainfo. devtools::install_github("hrbrmstr/rdatainfo") to install that.

For the moment, the QuickLook preview is rather plain, but I hope to improve the output and switch to reading the data files at the C-level by linking directly to R.framework.

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].