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: 3 months 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 (10 months ago)
- Default Branch: main
- Last Pushed: 2024-10-17T19:29:46.000Z (9 months ago)
- Last Synced: 2025-02-08T08:14:49.315Z (5 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
[](https://CRAN.R-project.org/package=guide)
[](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
```