elco_irms_write_standards: Takes an object of class 'irms_std' and appends it to an...

View source: R/elco_irms_write_standards.R

elco_irms_write_standardsR Documentation

Takes an object of class irms_std and appends it to an existing rds file.

Description

elco_irms_extract_standards takes an object of class irms_std and extracts all rows referring to standards in irms_standards.

Usage

elco_irms_write_standards(x, file, initialize = FALSE, verbose = FALSE)

Arguments

x

An object of class irms_std.

file

A character value representing a path to an existing rds file with an object of class irms_std or to such a file to be created.

initialize

A logical value indicating if the file pointed to by file already exists and x should be appended to this (TRUE), or does not exist and a new file should be created (TRUE).

verbose

A logical value indicating if messages should be printed (TRUE) or not (FALSE).

Value

nothing.


henningte/elco documentation built on May 21, 2022, 6:56 p.m.