View source: R/makeW2.input.file.r
makeW2.input.file | R Documentation |
makeW2.input.file(
x.df,
new.npt.filename,
fwf = TRUE,
path = "",
note = "",
writefiles = TRUE
)
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? |
a data.frame if writefiles == F
Norman Buccola
makeW2.input.file()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.