Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/StreamlineDataScience/str.rdev
Take Home Package for R Developer
https://github.com/StreamlineDataScience/str.rdev
Last synced: 9 days ago
JSON representation
Take Home Package for R Developer
- Host: GitHub
- URL: https://github.com/StreamlineDataScience/str.rdev
- Owner: StreamlineDataScience
- License: gpl-3.0
- Created: 2023-03-01T15:57:24.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-13T06:47:01.000Z (almost 2 years ago)
- Last Synced: 2024-08-13T07:11:24.006Z (4 months ago)
- Language: R
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE.md
Awesome Lists containing this project
- jimsghstars - StreamlineDataScience/str.rdev - Take Home Package for R Developer (R)
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# str.rdev
[![R-CMD-check](https://github.com/StreamlineDataScience/str.rdev/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/StreamlineDataScience/str.rdev/actions/workflows/R-CMD-check.yaml)
The goal of `str.rdev` is to download and process the Enron data set.
## Installation
You can install the development version of `str.rdev` from [GitHub](https://github.com/) with:
``` r
# install.packages("remotes")
remotes::install_github("StreamlineDataScience/str.rdev")
```## Example
This is a basic example which shows you how to solve a common problem:
```{r example, eval = FALSE}
library(str.rdev)
## basic example code
```