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

View source: R/nm_object.R

nm_rowR Documentation

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)

Arguments

m

An nm object.

Value

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


NMproject documentation built on Sept. 30, 2022, 1:06 a.m.