Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
models
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
7
Issues
7
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
External Wiki
External Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
COVID-19
models
Commits
e8e2385f
Commit
e8e2385f
authored
Mar 04, 2021
by
Marek Ostaszewski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update get_identifiers.R
parent
77a7113e
Pipeline
#38125
passed with stages
in 5 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
Integration/MINERVA_access/get_identifiers.R
Integration/MINERVA_access/get_identifiers.R
+1
-0
No files found.
Integration/MINERVA_access/get_identifiers.R
View file @
e8e2385f
...
...
@@ -17,6 +17,7 @@ components <- get_map_components(map)
### You may want to save components to JSON if you want to explore the structure of MINERVA's output
### A helper function that retrieves identifiers of a given type from elements of a given model - a (sub)map in the MINERVA Platform.
get_annotations
<-
function
(
model_elements
,
annotation_type
)
{
### For erroneous response, skip to next diagram
if
(
is.null
(
model_elements
))
{
return
(
NULL
)
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment