|
You are here |
tibble.tidyverse.org | ||
| | | | |
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. | |
| | | | |
yardstick.tidymodels.org
|
|
| | | | | Compute the logarithmic loss of a classification model. | |
| | | | |
dplyr.tidyverse.org
|
|
| | | | | Bind any number of data frames by row, making a longer result. This is similar to do.call(rbind, dfs), but the output will contain all columns that appear in any of the inputs. | |
| | | | |
www.cedricscherer.com
|
|
| | | Discover how to effortlessly generate custom and even complex graphics for subsets of your data by seamlessly integrating {ggplot2}'s versatile plotting functionalities with {purrr}'s powerful functional programing capabilities. This is especially helpful for data featuring many categories or step-by-step graphical storytelling | ||