Explore >> Select a destination


You are here

tibble.tidyverse.org
| | readr.tidyverse.org
1.7 parsecs away

Travel
| | 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
3.4 parsecs away

Travel
| | Compute the logarithmic loss of a classification model.
| | dplyr.tidyverse.org
3.3 parsecs away

Travel
| | 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
32.1 parsecs away

Travel
| 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