Skip to content

Commit

Permalink
add import from data.table
Browse files Browse the repository at this point in the history
  • Loading branch information
emilymg committed Nov 12, 2024
1 parent 78239e2 commit 9c8d955
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions R/create_intid.R
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
#' @param alias_col A bare column name denoting the column containing aliases
#' @param is_blends A logical that specifies whether the varieties are blends.
#' Default is FALSE
#' @importFrom data.table `:=`
#' @family match variety functions
#' @export
create_intid <- function(df,
Expand Down
2 changes: 2 additions & 0 deletions R/match_variety_fuzzy_module.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#' @inheritParams stringdist.variety
#' @inheritParams get_variety_db
#' @param knitroutputfolder A folder path to send output
#' @importFrom data.table `:=`
#' @family match variety modules
#' @export
find_fuzzymatch <- function(var_noexactmatch,
Expand Down Expand Up @@ -143,6 +144,7 @@ find_fuzzymatch <- function(var_noexactmatch,
#' return the digits in a new column (digits are returned as characters)
#' @param df A data.frame
#' @param x The bare variable name of the column to extract digits
#' @importFrom data.table `:=`
#' @keywords internal
extract_trail_digits <- function(df, x, rm_single){

Expand Down

0 comments on commit 9c8d955

Please sign in to comment.