meta: Metadatos - Leer

View source: R/foobj.r

metaR Documentation

Metadatos - Leer

Description

Lee el contenido del atributo "meta" o del archivo cuyo nombre está registrado en el atributo.

Usage

meta(x, read_me = FALSE)

Arguments

x

nombre del objeto

read_me

logical. Si TRUE y el atributo "meta" es nombre de archivo, devuelve el contenido del archivo. FALSE por omisión.

Value

string o NA si el objeto no tiene atributo "meta"

Author(s)

Eddy Castellón

See Also

comment, read.dcf

Examples

df <- data.frame(x = 1:3, y = 3:1)
meta(df) <- "some metadata"
meta(df)

rm(df)

ecastellon/magfoo documentation built on Jan. 29, 2024, 4:40 p.m.