Learn R Programming

NMproject (version 0.6.9)

nm_row: Convert nm objects to a row-wise tibble/data.frame

Description

[Stable]

Primarily an internal function. Converts an nm_list object to a tibble.

Usage

nm_row(m)

Value

A wide format tibble with length(m) rows where one dimensional fields are represented as columns.

Arguments

m

An nm object.