knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

pederlib

Lifecycle: experimental CRAN status

The goal of pederlib is to ...

Installation

You can install the development version of pederlib from GitHub with:

# install.packages("devtools")
devtools::install_github("pedersebastian/pederlib")

Example

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

library(pederlib)
## basic example code

| Function | Name | Description | |---------------------------------|-------------------|-------------| | Control race with new delfaults | ctrl(...) | | | Dates | dates() | | | Geometric mean of sens and spec | g_mean | | | juice | juice() | | | Komma | komma(...) | | | Mode | mode_vec(x) | | | Metric set | mset() | | | Percent | pct() | | | Prosent | prosent() | | | Read CSV Europe | read_csv_europe() | | | Sitemap | sitemap() | | | Startup | startup() | | | Sum fun | sum_fun() | | | Theme Center | theme_center() | | | Theme Pedr | theme_pedr() | | | Use split | use_split() | | | ##autoplot workflowset | | |



pedersebastian/pederlib documentation built on June 17, 2024, 2:37 p.m.