https://github.com/richfitz/example
https://github.com/richfitz/example
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/richfitz/example
- Owner: richfitz
- License: other
- Created: 2025-01-23T15:48:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-23T16:33:07.000Z (over 1 year ago)
- Last Synced: 2025-01-23T17:26:35.051Z (over 1 year ago)
- Language: R
- Homepage: https://richfitz.github.io/example/
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# example
[](https://github.com/richfitz/example/actions/workflows/R-CMD-check.yaml)
The goal of example is to ...
## Installation
You can install the development version of example from [GitHub](https://github.com/) with:
``` r
# install.packages("pak")
pak::pak("richfitz/example")
```
## Example
This is a basic example which shows you how to solve a common problem:
``` r
library(example)
## basic example code
```