Skip to content

Commit

Permalink
clearer docs
Browse files Browse the repository at this point in the history
  • Loading branch information
RayStick committed Sep 27, 2024
1 parent 26464ae commit f7fd05e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions R/mapMetadata_convert_outputs.R
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#' mapMetadata_convert_outputs
#'
#' The 'OUTPUT_' file groups multiple categorisations onto one line e.g. '1,3' \cr \cr
#' This function creates a new longer output 'L-OUTPUT_' which gives each categorisation its own row \cr \cr
#' This 'L-OUTPUT_' may be more useful when using these csv files in later analyses
#' The 'OUTPUT_' file groups multiple categorisations onto one line e.g. Domain_code could read '1,3' \cr \cr
#' This function creates a new longer output 'L-OUTPUT_' which gives each categorisation its own row. \cr \cr
#' This 'L-OUTPUT_' may be more useful when using these csv files in later analyses.
#' @param output_csv The name of the 'OUTPUT_' csv file that was created from mapMetadata.R
#' @param output_dir The location of output_csv
#' @return The function will return 'L-OUTPUT_' in the same output_dir
Expand Down
6 changes: 3 additions & 3 deletions man/mapMetadata_convert_outputs.Rd

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

0 comments on commit f7fd05e

Please sign in to comment.