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

Description Usage Arguments See Also Examples

Description

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

Usage

1
2
3
4
5
6
## 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

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

RSMET documentation built on April 24, 2018, 5:04 p.m.

Related to print_meteioini in RSMET...