Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jpmonteagudo28/guide
- Owner: jpmonteagudo28
- License: gpl-3.0
- Created: 2024-09-09T20:14:03.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-17T19:29:46.000Z (2 months ago)
- Last Synced: 2024-10-28T04:58:33.459Z (about 2 months ago)
- Topics: directory, filesystem, r, traversal
- Language: R
- Homepage: http://guides.jpmonteagudo.com
- Size: 1.54 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- License: LICENSE.md
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
```