small change in import lib
This commit is contained in:
parent
10f755e055
commit
9d6eecf34e
@ -32,6 +32,5 @@ importFrom(stringr,str_extract)
|
|||||||
importFrom(stringr,str_extract_all)
|
importFrom(stringr,str_extract_all)
|
||||||
importFrom(stringr,str_match)
|
importFrom(stringr,str_match)
|
||||||
importFrom(stringr,str_replace)
|
importFrom(stringr,str_replace)
|
||||||
importFrom(stringr,str_replace_all)
|
|
||||||
importFrom(stringr,str_split)
|
importFrom(stringr,str_split)
|
||||||
importFrom(stringr,str_trim)
|
importFrom(stringr,str_trim)
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
#'
|
#'
|
||||||
#' @importFrom magrittr %>%
|
#' @importFrom magrittr %>%
|
||||||
#' @importFrom stringr str_split
|
#' @importFrom stringr str_split
|
||||||
#' @importFrom stringr str_replace_all
|
#' @importFrom stringr str_replace
|
||||||
#' @param model the model object.
|
#' @param model the model object.
|
||||||
#' @param fname the name of the text file where to save the model. If not provided or set to \code{NULL} the function will return the model as a \code{character} vector.
|
#' @param fname the name of the text file where to save the model. If not provided or set to \code{NULL} the function will return the model as a \code{character} vector.
|
||||||
#' @param fmap feature map file representing the type of feature.
|
#' @param fmap feature map file representing the type of feature.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user