Learn R Programming

headliner (version 0.0.3)

view_list: Compact view of list values

Description

Compact view of list values

Usage

view_list(x)

Value

Returns a data frame to display a list or vector vertically.

Arguments

x

a vector or list to be transposed

See Also

compare_values()

Examples

Run this code
compare_values(10, 8) |>
  view_list()

add_article(c(1,8,10, 11, 18)) |>
  view_list()

Run the code above in your browser using DataLab