Skip to content

Commit

Permalink
changes to documentation regarding "basepath" argument in clf_check_test
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsorochan committed Sep 26, 2024
1 parent 6a2089d commit 08b3240
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions R/clf_check_test.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ vpr_manual_classification <-
#'
#' @param day day of interest in autoid (3 chr)
#' @param hour hour of interest in autoid (2 chr)
#' @param basepath file path to auto id folder eg 'E:/data/CAR2022299/autoid/'
#' @param basepath path to folder containing autoid files (e.g., 'extdata/COR2019002/autoid')
#' @param category_of_interest list of category folders you wish you sort through
#' @param gr logical indicating whether pop up graphic menus are used (user preference - defaults to TRUE)
#' @param scale argument passed to \code{\link{image_scale}}, default = 'x300'
Expand Down Expand Up @@ -376,7 +376,7 @@ vpr_autoid_create <- function(reclassify, misclassified, basepath, day, hour, me
#'
#'@param reclassify list of reclassify files (output from vpr_manual_classification())
#'@param misclassified list misclassify files (output from vpr_manual_classification())
#'@param basepath base path to auto ID folder eg 'E:/autoID_EC_07032019/'
#'@param basepath path to folder containing autoid files (e.g., 'extdata/COR2019002/autoid')
#'@param day day identifier for relevant aid & aidmeas files
#'@param hour hour identifier for relevant aid & aidmeas files
#'@param mea logical indicating whether or not there are accompanying measurement files to be created
Expand Down Expand Up @@ -658,7 +658,7 @@ vpr_category_create <- function(category, basepath) {
#' creates empty directory structure to allow consideration of new category during vpr_manual_classification()
#'
#' @param category new category name to be added (can be a list of multiple category names)
#' @param basepath basepath used for vpr_manual_classification
#' @param basepath path to folder containing autoid files (e.g., 'extdata/COR2019002/autoid')
#'
#' @return empty directory structure using new category name inside basepath
#' @export
Expand Down

0 comments on commit 08b3240

Please sign in to comment.