as_reactibble: Convert to a reactibble object

Description Usage Arguments

View source: R/utils.R

Description

Convert to a reactibble object

Usage

1
2
3
4
5
6
7
as_reactibble(
  x,
  ...,
  .rows = NULL,
  .name_repair = c("check_unique", "unique", "universal", "minimal"),
  rownames = pkgconfig::get_config("tibble::rownames", NULL)
)

Arguments

x

forwarded to tibble::as_tibble

...

forwarded to tibble::as_tibble

.rows

forwarded to tibble::as_tibble

.name_repair

forwarded to tibble::as_tibble

rownames

forwarded to tibble::as_tibble


moodymudskipper/reactibble documentation built on Jan. 18, 2021, 6:28 p.m.