Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
r2ogs6
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ogs
OpenGeoSys Tools
r2ogs6
Commits
bb9f7eb7
Commit
bb9f7eb7
authored
2 years ago
by
Johannes Boog
Browse files
Options
Downloads
Patches
Plain Diff
[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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
man/read_in_prj.Rd
+11
-3
11 additions, 3 deletions
man/read_in_prj.Rd
with
11 additions
and
3 deletions
man/read_in_prj.Rd
+
11
−
3
View file @
bb9f7eb7
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment