knitr::opts_chunk$set(echo = TRUE)
devtools::source_gist("c83e078bf8c81b035e32c3fc0cf04ee8",
                      filename = 'render_toc.R')

Table of Contents

render_toc("README.rmd", toc_depth=2)

Introduction

r-universe

A simple statistics package for students

Why ?

Install

Using r-universe

install.packages("thongke", repos = "https://vungocbinh2009.r-universe.dev")

Using devtools

# Install devtools
install.packages("devtools")
# Install thongke
devtools::install_github("vungocbinh2009/thongke")

How to use

Generate data


Calculate


License

cat(readLines('LICENSE'), sep = '\n')


vungocbinh2009/thongke documentation built on April 27, 2024, 9:19 a.m.