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 8479968 commit dfc16a9Copy full SHA for dfc16a9
NAMESPACE
@@ -70,6 +70,7 @@ importFrom(dplyr,filter)
70
importFrom(dplyr,full_join)
71
importFrom(dplyr,group_by)
72
importFrom(dplyr,group_by_drop_default)
73
+importFrom(dplyr,group_split)
74
importFrom(dplyr,inner_join)
75
importFrom(dplyr,left_join)
76
importFrom(dplyr,mutate)
@@ -124,6 +125,7 @@ importFrom(rlang,quo_squash)
124
125
importFrom(stats,setNames)
126
importFrom(stringr,regex)
127
importFrom(stringr,str_detect)
128
+importFrom(stringr,str_remove)
129
importFrom(stringr,str_replace_all)
130
importFrom(tibble,as_tibble)
131
importFrom(tibble,enframe)
0 commit comments