data_format: Generate "Format" section of data documentation

Description Usage Arguments Value Methods (by class)

View source: R/functions.R

Description

Generates text in Markdown for the "Format" section (without the section itself). It is a generic function with methods defined below.

Usage

1
2
3
4
data_format(object, ...)

## S3 method for class 'network'
data_format(object, ...)

Arguments

object

data object to be described see "Methods" section below for available methods

...

arguments passed to/from other methods. Currently ignored.

Value

Character scalar with the Markdown text.

Methods (by class)


statnet/statnet.data documentation built on Dec. 16, 2021, 5:54 p.m.