gen_step_out: STEP Out files to Excel and CSV

View source: R/gen_step_out.R

gen_step_outR Documentation

STEP Out files to Excel and CSV

Description

gen_step_out writes readable output files in the formats xlsx and csv

Usage

gen_step_out(file.name, workspace, state.date, end.date, format = "csv")

Arguments

file.name

the name of the file. Usually the name of the site

workspace

the directory, where there are the files you want to format. And where you to store the new files

state.date

the two last digits of the first year. e.g. for 2012 it is "12"

end.date

the two last digits of the last year of simulation.. e.g. for 2020 it is "20"

format

the desired format for the file e.g. xlsx or csv

Value

a csv or excel file

Examples

## Not run: 
gen_step_out("Dahra",workspace,12,20,"csv")

## End(Not run)



MadoShi64/rstep documentation built on July 1, 2024, 4:55 p.m.