pkgdown/analytics.html

Skip to contents

[Deprecated]

config2tibble() was renamed to config_to_tibble().

Usage

config2tibble(
  file = Sys.getenv("R_CONFIG_FILE", "config.yml"),
  filter_return = TRUE
)

Arguments

file

Character string specifying the path to the config.yml file.

filter_return

Logical. If TRUE, only columns that vary across tags are returned.

Value

Same as config_to_tibble().

See also