https://github.com/thinkr-open/tutor
https://github.com/thinkr-open/tutor
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thinkr-open/tutor
- Owner: ThinkR-open
- License: other
- Created: 2021-01-05T13:06:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-06T07:51:01.000Z (about 2 years ago)
- Last Synced: 2025-04-19T19:08:24.113Z (about 1 year ago)
- Language: R
- Size: 20.9 MB
- Stars: 4
- Watchers: 1
- Forks: 4
- Open Issues: 8
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
README
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# tutor
[](https://CRAN.R-project.org/package=tutor)
[](https://github.com/ThinkR-open/tutor/actions/workflows/check-standard.yaml)
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
The goal of tutor is to serve learnr tutorial
## Installation
``` r
# install.packages("devtools")
remotes::install_github("VincentGuyader/tutor")
```
## Available tutorial
```{r eval=FALSE, include=FALSE}
ls(package:tutor) %>% paste0("tutor::",.) %>% paste0("() \n") %>% cat
```
```{r eval=FALSE}
tutor::bar_charts_en()
tutor::bar_charts_fr()
tutor::boxplots_en()
tutor::boxplots_fr()
tutor::customize_en()
tutor::customize_fr()
tutor::deriving_en()
tutor::deriving_fr()
tutor::exploratory_data_analysis_en()
tutor::exploratory_data_analysis_fr()
tutor::histograms_en()
tutor::histograms_fr()
tutor::isolating_en()
tutor::isolating_fr()
tutor::join_datasets_en()
tutor::join_datasets_fr()
tutor::launch_learn()
tutor::line_graphs_en()
tutor::line_graphs_fr()
tutor::overplotting_en()
tutor::overplotting_fr()
tutor::programming_basics_en()
tutor::programming_basics_fr()
tutor::reshape_data_en()
tutor::reshape_data_fr()
tutor::scatterplots_en()
tutor::scatterplots_fr()
tutor::separate_columns_en()
tutor::separate_columns_fr()
tutor::tibbles_en()
tutor::tibbles_fr()
tutor::vis_basics_en()
```