Skip to content
Snippets Groups Projects
Commit bb9f7eb7 authored by Johannes Boog's avatar Johannes Boog
Browse files

[doc] read in of inlcude

parent df943d35
No related branches found
No related tags found
1 merge request!55[base] update package to OGS6.4.2
...@@ -4,7 +4,13 @@ ...@@ -4,7 +4,13 @@
\alias{read_in_prj} \alias{read_in_prj}
\title{read_in_prj} \title{read_in_prj}
\usage{ \usage{
read_in_prj(ogs6_obj, prj_path, read_in_gml, read_in_vtu = FALSE) read_in_prj(
ogs6_obj,
prj_path,
read_in_gml,
read_in_vtu = FALSE,
read_includes = FALSE
)
} }
\arguments{ \arguments{
\item{ogs6_obj}{OGS6: Simulation object} \item{ogs6_obj}{OGS6: Simulation object}
...@@ -16,8 +22,10 @@ read in too? If this parameter is missing and the \code{.gml} file contains ...@@ -16,8 +22,10 @@ read in too? If this parameter is missing and the \code{.gml} file contains
<= \code{options("r2ogs6.max_lines_gml")}, the \code{.gml} will be read in. <= \code{options("r2ogs6.max_lines_gml")}, the \code{.gml} will be read in.
Else, only the geometry reference will be saved.} Else, only the geometry reference will be saved.}
\item{read_in_vtu}{flag: Should \code{.vtu} file just be copied or read in \item{read_in_vtu}{flag: Should \code{.vtu} file just be copied or read in}
too?}
\item{read_in_includes}{flag: Should files referenced in \code{include}
tages be read in?}
} }
\description{ \description{
Wrapper function to read in a whole \code{.prj} file Wrapper function to read in a whole \code{.prj} file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment