Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jpmonteagudo28/guide

An R package to add, change or update your file or path using simple functions
https://github.com/jpmonteagudo28/guide

directory filesystem r traversal

Last synced: 8 days ago
JSON representation

An R package to add, change or update your file or path using simple functions

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%"
)
```

# guides

[![CRAN status](https://www.r-pkg.org/badges/version/guides)](https://CRAN.R-project.org/package=guide)
[![Codecov test coverage](https://codecov.io/gh/jpmonteagudo28/guide/graph/badge.svg)](https://app.codecov.io/gh/jpmonteagudo28/guide)

The goal of guide is to ...

## Installation

You can install the development version of guide from [GitHub](https://github.com/) with:

``` r
# install.packages("pak")
pak::pak("jpmonteagudo28/guides")
```

## Example

This is a basic example which shows you how to solve a common problem:

```{r example}
#library(guides)
## basic example code
```