fs::dir_ls()
ls
dir_ls()
fs_paths
.id
year_month_weekday()
{{ }}
Wrap function arguments containing data-frame variables in rlang’s embracing operator ({{) for simpler tidy eval of “data-masked” arguments in functions.
{{
rbind_pages()
Got paginated JSON data? The rbind_pages() function from Jeroen Ooms’ jsonlite package is here to save the day.
A simple class for durations or time-of-day values, hms lets you construct and work with hours, minutes, and seconds.
c_across()
Designed to work with rowwise(), c_across() uses tidyselect semantics to make it easier to perform row-wise aggregations.
rowwise()
rlang::entrace
options(error = rlang::entrace)
rlang::last_trace()
Use glue’s custom knitr language engine to evaluate chunk contents as a glue template.
A minimal Git client for R, the beauty of gert lies in the fact that it gets user credentials through your command-line git credentials store.
Install, remove, and configure R versions on your machine with rig: the R installation manager.
pluck()
[[
chuck()
str_squish()
Remove trailing, leading, and excess white space in the middle with stringr’s str_squish().
slider::slide()
Do window-based computations, like rolling averages and cumulative sums, by “sliding” across your data with slider::slide() and friends.
glimpse()
print()
fct_collapse()
Easily combine multiple factor levels with forcats::fct_collapse().
forcats::fct_collapse()
here::here()
parse_number()
cli_progress_*()
Show progress in your code using the cli_progress_*() family of functions from the cli package.
separate_longer_*()
Learn about tidyr’s separate_longer_*() functions which separate strings into multiple rows.