rmfi_write_list: Write a RMODFLOW list

View source: R/internals.R

rmfi_write_listR Documentation

Write a RMODFLOW list

Description

Write a RMODFLOW list

Usage

rmfi_write_list(
  df,
  file,
  varnames,
  aux = NULL,
  format = "free",
  append = TRUE,
  ...
)

Arguments

df

RMODFLOW list

file

filename to write to

varnames

character vector with the names of the variables starting from the 4th column (so after ijk) including optional auxiliary variables

aux

character vector with the names of the auxiliary variables defined in varnames

format

either "free" (default) or "fixed"

append

logical

...

ignored

Value

NULL


rogiersbart/RMODFLOW documentation built on Jan. 14, 2023, 4:21 a.m.