зеркало из https://github.com/microsoft/wpa.git
fix: namespace errors
This commit is contained in:
Родитель
cf1943c288
Коммит
5a485324aa
|
@ -44,6 +44,7 @@
|
|||
#' - `"data"`: data frame.
|
||||
#'
|
||||
#' @import dplyr
|
||||
#' @import ggplot2
|
||||
#'
|
||||
#' @examples
|
||||
#' mt_data %>% subject_scan(hrvar = "Organizer_Organization")
|
||||
|
@ -166,7 +167,7 @@ subject_scan <- function(data,
|
|||
out_simple <-
|
||||
out_tb_wide %>%
|
||||
select(-ends_with("_n")) %>%
|
||||
set_names(nm = gsub(pattern = "_word", replacement = "",
|
||||
purrr::set_names(nm = gsub(pattern = "_word", replacement = "",
|
||||
x = names(.)))
|
||||
|
||||
# return chunk -------------------------------------------------------
|
||||
|
|
Загрузка…
Ссылка в новой задаче