arrange_by | Sort vector by another vector |
as_chr | Convert to a character vector |
as_comment_str | Assemble an (R) comment string of the desired line width |
as_flat_list | Convert to a flat list |
as_line_feed_chr | Convert control character sequence name to actual character... |
as_md_list | Convert a character vector to a Markdown list |
as_md_val_list | List values as a Markdown list |
as_md_vals | Format values as verbatim Markdown |
assert_class_any | Assert object is member of any class |
assert_cli | Assert CLI tool is available |
assert_cols | Assert data frame columns |
assert_df_or_tibble | Assert object is data frame or tibble (extension) |
assert_inf_count | Assert count or 'Inf' |
as_str | Convert to a character scalar (aka string) |
augment_pkg_config | Augment package configuration metadata |
build_readme | Build 'README.Rmd' |
capitalize_first | Capitalize first letter |
capture_print | Capture printed console output as string |
cat_lines | Convert to character vector and print newline-separated |
check_dots_named | Check that all named dots arguments are valid |
cli_process_expr | Evaluate an expression with cli process indication |
cli_progress_step_quick | Quick cli simplified progress message |
cli_qty_lgl | cli pluralization helpers for booleans |
cols_regex | Create readr column specification using regular expression... |
desc_dep_vrsn | Get dependency version from 'DESCRIPTION' file |
desc_list | Get all 'DESCRIPTION' file fields as cleaned up list |
desc_url_git | Get the Git repository URL from 'DESCRIPTION' file |
desc_value | Get value from 'DESCRIPTION' file field, cleaned up and with... |
draw_path_tree | Draw path tree |
dsv_colnames | Get column names of a delimiter-separated string |
enum_fn_param_defaults | Enumerate function's default parameter values |
enum_str | Enumerate vector's elements as string |
escape_lf | Escape line feeds / newlines |
exists_in_namespace | Test if object exists in namespace |
flatten_path_tree | Flatten path tree |
fn_param_defaults | Get function's default parameter values |
fuse_regex | Fuse regular expressions |
git_file_mod_time | Get Git file modification time |
gitlab_document | Convert to GitLab Flavored Markdown |
git_remote_tree_url | Get Git remote tree URL |
has_pkg_config_val | Test if package configuration value is set |
is_equal_df | Test if two data frames/tibbles are equal |
is_http_success | Test if an HTTP request is successful |
is_pkg_cran | Test if a package is available on CRAN |
is_pkg_dir | Test if a directory is an R package |
is_pkgdown_dir | Test if pkgdown is set up for an R package directory |
is_pkg_installed | Test if packages are installed |
is_url | Test if URL |
knitr_table_format | Determine current knitr table format |
ls_pkg | List a subset of all installed packages |
md_to_xml | Parse (R) Markdown as CommonMark XML tree |
md_verb | Convert to verbatim Markdown |
md_xml_subnode_ix | Determine CommonMark XML subnode indices |
mime_to_ext | MIME type to file extension |
pal-package | pal: Friendly Convenience/Utility Functions |
path_mod_time | Get path modification time |
path_script | Determine file path of executing script |
pipe_table | Convert dataframe/tibble to Markdown pipe table |
pkg_config_val | Get package configuration value |
pkg_config_val_default | Get default package configuration value |
prettify_nr | Prettify a numeric vector |
print_pkg_config | Print package configuration metadata |
reason_pkg_required | Assemble reason why package is required |
reduce_df_list | Reduce a nested list of data frames / tibbles to a single... |
rename_from | Rename elements from dictionary |
req_cached | Perform a cached HTTP GET request |
round_to | Round to any number |
roxy_blocks | Get roxygen2 blocks |
roxy_obj | Get roxygen2 block object |
roxy_tag_value | Get an object's roxygen2 tag value(s) |
roxy_to_md_links | Convert roxygen2 documentation links to Markdown |
safe_max | Maximum (safe) |
safe_min | Minimum (safe) |
safe_seq_len | Generate an integer sequence of specific length (safe) |
sentenceify | Convert to sentence case with trailing punctuation mark |
stat_mode | Statistical mode |
strip_md | Strip Markdown formatting from character vector |
strip_md_footnotes | Strip Markdown footnotes from character vector |
strip_yaml_header | Strip YAML header from R Markdown |
test_cli | Check if CLI tool is available |
toml_read | Read in and parse TOML file as strict list |
toml_validate | Validate TOML |
use_pkg | Depend on another package |
when | Generalized 'if'-else for pipes |
wrap_chr | Wrap character in character |
write_widget | Write HTML widget to file |
write_widget_deps | Write HTML widget dependencies |
xml_to_md | Convert from CommonMark XML to (R) Markdown |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.