Skip to content
Snippets Groups Projects
Commit 4ce88e10 authored by Christoph Schürz's avatar Christoph Schürz
Browse files

Add function import

parent 974ef21c
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,7 @@ importFrom(dplyr,filter) ...@@ -14,6 +14,7 @@ importFrom(dplyr,filter)
importFrom(dplyr,group_by) importFrom(dplyr,group_by)
importFrom(dplyr,left_join) importFrom(dplyr,left_join)
importFrom(dplyr,mutate) importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,rename) importFrom(dplyr,rename)
importFrom(dplyr,select) importFrom(dplyr,select)
importFrom(dplyr,summarise) importFrom(dplyr,summarise)
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
#' #'
#' @return ggplot boxplot the selected variable at harvest-kill. #' @return ggplot boxplot the selected variable at harvest-kill.
#' #'
#' @importFrom dplyr filter group_by mutate rename select ungroup %>% #' @importFrom dplyr filter group_by mutate n rename select ungroup %>%
#' @importFrom ggplot2 aes ggplot geom_boxplot geom_hline labs theme_bw #' @importFrom ggplot2 aes ggplot geom_boxplot geom_hline labs theme_bw
#' @importFrom purrr set_names #' @importFrom purrr set_names
#' @export #' @export
......
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