|
You are here |
www.rplumber.io | ||
| | | | |
parsnip.tidymodels.org
|
|
| | | | | augment() will add column(s) for predictions to the given data. | |
| | | | |
purrr.tidyverse.org
|
|
| | | | | These functions are variants of map() that iterate over two arguments at a time. | |
| | | | |
echarts4r.john-coene.com
|
|
| | | | | ||
| | | | |
readr.tidyverse.org
|
|
| | | read_csv() and read_tsv() are special cases of the more general read_delim(). They're useful for reading the most common types of flat file data, comma separated values and tab separated values, respectively. read_csv2() uses ; for the field separator and , for the decimal point. This format is common in some European countries. | ||