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

RPackagesWeek4

Travis build status

The goal of RPackagesWeek4 is to ...

Installation

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

# install.packages("devtools")
devtools::install_github("BendaVladimir/RPackagesWeek4")

Example

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

library(RPackagesWeek4)
## basic example code


BendaVladimir/RPackagesWeek4 documentation built on May 9, 2022, 8:31 p.m.