Skip to content

Commit

Permalink
Documentation for the three functions
Browse files Browse the repository at this point in the history
  • Loading branch information
RavenMarQ committed Oct 11, 2024
1 parent 857d3c4 commit 814b5a4
Show file tree
Hide file tree
Showing 4 changed files with 109 additions and 3 deletions.
9 changes: 6 additions & 3 deletions R/src.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
# file, You can obtain one at https://mozilla.org/MPL/2.0/.

############## Understand Project Builder ##############

#' Build Understand Analysis Folder
#'
#' @description This function builds the data files for Understand from the project_path folder, reading from files that are written in the target language into output_dir
#'
#' @param project_path path to the project folder to analyze
Expand All @@ -31,7 +32,8 @@ build_understand_project <- function(project_path, language, output_dir){
}

############## Parsers ##############

#' Parse Built Folder to Network
#'
#' @description This function parses the data in the Understand build folder to export the parse_type dependencies into a network
#'
#' @param understand_dir path to the built Understand project folder used in \code{\link{build_understand_project}}
Expand Down Expand Up @@ -345,7 +347,8 @@ parse_r_dependencies <- function(folder_path){
}

############## Network Transform ##############

#' Transform Understand Dependencies
#'
#' @description This function subsets a parsed table from parse_understand_dependencies
#'
#' @param depends_parsed Parsed table from \code{\link{parse_understand_dependencies}}
Expand Down
37 changes: 37 additions & 0 deletions man/build_understand_project.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

35 changes: 35 additions & 0 deletions man/parse_understand_dependencies.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 31 additions & 0 deletions man/transform_understand_dependencies_to_network.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 814b5a4

Please sign in to comment.