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

https://github.com/aviralg/rastr

R AST Analyzer
https://github.com/aviralg/rastr

ast grammar parser r syntax

Last synced: about 1 month ago
JSON representation

R AST Analyzer

Awesome Lists containing this project

README

          

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# rastr

rastr is a library for manipulating R code.

## Installation

rastr is under active development. You have to install it directly from GitHub.

```{r, eval = FALSE}
# install.packages("devtools")
devtools::install_github("aviralg/rastr")
```

## Issues and Feature Requests

If you encounter an issue or have a feature request please open an issue on [GitHub](https://github.com/aviralg/rastr/issues).