Skip to content
Snippets Groups Projects
Commit d86436ab authored by Svajunas Plunge's avatar Svajunas Plunge
Browse files

library added

parent e290442a
No related branches found
No related tags found
No related merge requests found
......@@ -96,6 +96,7 @@ importFrom(readr,write_delim)
importFrom(readr,write_lines)
importFrom(stats,density)
importFrom(stats,lag)
importFrom(stringr,str_count)
importFrom(stringr,str_detect)
importFrom(stringr,str_remove)
importFrom(stringr,str_remove_all)
......
......@@ -4,7 +4,7 @@
#' (i.e. TxtInOut).
#' @return updated management.sch file
#' @importFrom readr read_lines write_lines
#' @importFrom stringr str_replace
#' @importFrom stringr str_replace str_count
#' @export
#'
#' @examples
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment