An open API service indexing awesome lists of open source software.

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

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.

![](man/figures/icons.png)

![](man/figures/rda.png)

![](man/figures/rdata.png)

![](man/figures/rmd.png)

### Installation

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