makeW2.input.file: Write npt file for CE-QUAL-W2:

View source: R/makeW2.input.file.r

makeW2.input.fileR Documentation

Write npt file for CE-QUAL-W2

Description

Write npt file for CE-QUAL-W2

Usage

makeW2.input.file(
  x.df,
  new.npt.filename,
  fwf = TRUE,
  path = "",
  note = "",
  writefiles = TRUE
)

Arguments

x.df

dataframe with first column JDAY

new.npt.filename

character; filename

fwf

logical; write a fixed-width file or csv?

path

character; define the path to write to

note

character; write a note to describe the data in the first 3 lines of the file

writefiles

logical; write file or return a dataframe?

Value

a data.frame if writefiles == F

Author(s)

Norman Buccola

Examples

makeW2.input.file()

nbuccola/w2r documentation built on June 2, 2025, 2:12 a.m.