export_understand_dependencies | R Documentation |
Extract the XML dependency file for either class or file granularity from an understand DB.
export_understand_dependencies(
scitools_path,
db_filepath,
parse_type = c("file", "class"),
output_filepath
)
scitools_path |
path to the scitools binary 'und' |
parse_type |
Type of dependencies to generate into xml (either "file" or "class") |
output_filepath |
path to the output XML filepath of dependencies |
db_path |
path to the scitools DB (see |
The output directory where the db will be created, i.e. output_dir parameter.
See pg. 352 in https://documentation.scitools.com/pdf/understand.pdf Sept. 2024 Edition
Other parsers:
build_understand_project()
,
parse_bugzilla_perceval_rest_issue_comments()
,
parse_bugzilla_perceval_traditional_issue_comments()
,
parse_bugzilla_rest_comments()
,
parse_bugzilla_rest_issues_comments()
,
parse_bugzilla_rest_issues()
,
parse_commit_message_id()
,
parse_dependencies()
,
parse_dv8_clusters()
,
parse_gitlog()
,
parse_jira_latest_date()
,
parse_jira_rss_xml()
,
parse_jira()
,
parse_mbox()
,
parse_nvdfeed()
,
parse_understand_dependencies()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.