write_vp_input_long: Write a VarroaPop input file where each named parameter is to...

Description Usage Arguments Value Examples

View source: R/write_input.R

Description

function to create a single input file from a set of parameters in the form of a one row dataframe, where columns are named

Usage

1
2
3
write_vp_input_long(in_path = paste(system.file(package = "VarroaPopWrapper"),
  "/varroapop_files/input", sep = ""), ..., in_filename = "vp_input.txt",
  verbose = F)

Arguments

in_path

Directory to write vp_input.txt file to

...

Initial parameters to be passed to VarroaPop

in_filename

Filename of the written input file. Defaults to 'vp_input.txt'.

verbose

T/F print extra details?

Value

None... writes inputs to a .txt file in in_path for VarroaPop

Examples

1
2
 parameters <- c()
 write_vp_input(in_path = "d:/path/to/inputdir",foo=15,bar=4)

quanted/VarroaPopWrapper documentation built on May 18, 2019, 11:28 p.m.