print_meteioini: "Print" and "Show" method for "meteoioini-class" object

print.meteoioiniR Documentation

"Print" and "Show" method for "meteoioini-class" object

Description

"Print" and "Show" method for "meteoioini-class" object

Usage

## S3 method for class 'meteoioini'
print(
  x,
  file = NULL,
  print.all = !identical(file, NULL),
  max.records = 200,
  ...
)

## S4 method for signature 'meteoioini'
show(object)

Arguments

x, object

a meoioini-class object

file

filename where to print the meteoioini-class object x as an ASCII file. If it is equal to "internal", the filename is taken from slot(x,"file") (internally defined in x).

print.all

logical value. If it is FALSE exceeding lines are omitted for a better human readibility.

max.records

maximum printable number of records. Default is 200 and it is activated only if print.all==FALSE. ,

...

further argumnents for writeLines

See Also

smet-class, smet,writeLines

Examples


file <- system.file("examples/io.ini",package="RSMET")
ini <- meteoioini(file)
print(ini)



ecor/RSMET documentation built on Aug. 30, 2023, 2:04 a.m.