README.md

sevenPackage

The goal of a sevenPackage is to present few functionalities of R programming language, especially in a field of creating packages.

Installation

You can install the released version of sevenPackage from Github with:

install_github("adamoleksak/sevenPackage")

Example

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

# create a vector from 1 to 10
# x <- c(1:10)


adamoleksak/sevenPackage documentation built on May 26, 2019, 12:30 a.m.