https://github.com/hrbrmstr/rdatainfo
helper pkg for the macOS QuickLook plugin
https://github.com/hrbrmstr/rdatainfo
quicklook quicklook-plugin r rstats
Last synced: 11 months ago
JSON representation
helper pkg for the macOS QuickLook plugin
- Host: GitHub
- URL: https://github.com/hrbrmstr/rdatainfo
- Owner: hrbrmstr
- License: other
- Created: 2016-08-06T00:11:02.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-05-12T13:47:51.000Z (about 7 years ago)
- Last Synced: 2025-04-01T06:43:58.369Z (about 1 year ago)
- Topics: quicklook, quicklook-plugin, r, rstats
- Language: R
- Size: 2.09 MB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
README
---
output: github_document
editor_options:
chunk_output_type: console
---
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```
# rdatainfo
Tools and Utilities to Assist in 'macOS' 'QuickLook' Ops
## Description
Provides support for the 'QuickLookR' 'macOS' 'QuickLook' plugin ().
Enables preview of rda/rdata/rds files and preview/editing of R Markdown (Rmd) files.




### Installation
```{r eval=FALSE}
devtools::install_github("hrbrmstr/rdatainfo")
```