as.fcat.list: Convert a list to a format catalog

View source: R/fcat.R

as.fcat.listR Documentation

Convert a list to a format catalog

Description

The as.fcat.list function converts a list of formats to a format catalog. Items in the list must be named.

Usage

## S3 method for class 'list'
as.fcat(x)

Arguments

x

The list to convert. List must contained named formats.

Value

A format catalog based on the formats contained in the input list.

See Also

Other fcat: as.data.frame.fcat(), as.fcat.data.frame(), as.fcat.fmt_lst(), as.fcat(), fcat(), is.fcat(), print.fcat(), read.fcat(), write.fcat()


fmtr documentation built on Nov. 10, 2023, 9:07 a.m.