Learn R Programming

fr (version 0.5.1)

as_list: Coerce a fr_tdr object into a list

Description

equivalent to as.list()

Usage

as_list(x, ...)

Value

a list representing the frictionless metadata descriptor

Arguments

x

a fr_tdr object

...

ignored

Examples

Run this code
as_fr_tdr(mtcars, name = "mtcars") |>
  as_list()

Run the code above in your browser using DataLab