Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/roldanalex/roldanpack

{roldanpack}: Personal R package created to help with daily analytics & visualizations.
https://github.com/roldanalex/roldanpack

r rstudio

Last synced: about 1 month ago
JSON representation

{roldanpack}: Personal R package created to help with daily analytics & visualizations.

Awesome Lists containing this project

README

        

# roldanpack

Welcome to my personal package with functions that I use daily.

## Installation

You can install the development version of roldanpack like this:

``` r
# Install the package from Github
remotes::install_github('roldanalex/roldanpack')
```

## Example

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

``` r
library(roldanpack)

download_data(name, data)
download_plot(name, plot)
plot_roc(tag, score, model_name = NA, subtitle = NA, interval = 0.2, plotly = FALSE)
value_box(value, subtitle, icon, color, width = 3)
```