We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27a9e4f commit d82e99bCopy full SHA for d82e99b
NAMESPACE
@@ -128,6 +128,7 @@ importFrom(purrr,map)
128
importFrom(purrr,map2)
129
importFrom(purrr,map_chr)
130
importFrom(purrr,map_int)
131
+importFrom(purrr,map_lgl)
132
importFrom(purrr,pmap)
133
importFrom(purrr,reduce)
134
importFrom(purrr,when)
R/tidyr_methods.R
@@ -75,6 +75,7 @@ unnest.tidySummarizedExperiment_nested <-
75
#' @importFrom purrr when
76
#' @importFrom rlang quo_name
77
#' @importFrom purrr imap
78
+#' @importFrom purrr map_lgl
79
#'
80
#' @param data A tbl. (See tidyr)
81
#' @param cols <[`tidy-select`][tidyr_tidy_select]> Columns to unnest.
0 commit comments