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

Introduction

Welcome to relper, a R package designed to make data preparation, cleaning, and visualization a breeze.

Created by a senior statistician, relper is a collection of functions that have been refined over the years to provide a comprehensive set of tools for data cleaning and visualization.

With relper, you can easily transform and format your data, compute important metrics, check conditions, and even use lovely and varied color palettes. Some of the key features of relper include:

The ultimate goal of relper is to simplify data analysis by providing a variety of useful functions that will shorten your steps and make data analysis more efficient. Try relperand discover how it can streamline your data analysis workflow.

Installation

You can install the developer version of relper with:

remotes::install_github("vbfelix/relper")


vbfelix/relper documentation built on May 10, 2024, 10:50 p.m.