appendedCat: Prints first text file and appends into second file

View source: R/appendedCat.R

appendedCatR Documentation

Prints first text file and appends into second file

Description

This function is a generic function to print the first text and appends into second file if it exists.

Usage

appendedCat(firstText, secondText = as.character(NA))

Arguments

firstText

character, First text.

secondText

character, Second text.

Value

Appended text file.

Author(s)

Yong Luo


bcgov/FAIBBase documentation built on June 19, 2024, 11:57 p.m.