README.md

myTable

A table generator package in R.

How to install?

Go to R console and enter

devtools::install_github("bjungbogati/myTable")

Overview

To see all the exported functions:

library("myTable")
ls("package:myTable")

To generate a table: Simply use the gen_table(x) function with input x.

myTable::gen_table(10)


bjungbogati/myTable documentation built on May 8, 2019, 1:18 p.m.