1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
# Generated by roxygen2: do not edit by hand
S3method(as.data.frame,tbl_cube)
S3method(as.table,tbl_cube)
S3method(as.tbl_cube,array)
S3method(as.tbl_cube,data.frame)
S3method(as.tbl_cube,matrix)
S3method(as.tbl_cube,table)
S3method(as_tibble,tbl_cube)
S3method(auto_copy,tbl_cube)
S3method(dim,tbl_cube)
S3method(group_by,tbl_cube)
S3method(group_vars,tbl_cube)
S3method(groups,tbl_cube)
S3method(print,tbl_cube)
S3method(rename,tbl_cube)
S3method(same_src,tbl_cube)
S3method(select,tbl_cube)
S3method(summarise,tbl_cube)
S3method(tbl_vars,tbl_cube)
S3method(ungroup,tbl_cube)
export(as.tbl_cube)
export(tbl_cube)
import(rlang)
importFrom(dplyr,auto_copy)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,group_vars)
importFrom(dplyr,groups)
importFrom(dplyr,rename)
importFrom(dplyr,same_src)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,tbl_vars)
importFrom(dplyr,ungroup)
importFrom(glue,glue)
importFrom(purrr,map)
importFrom(purrr,map2_int)
importFrom(purrr,map_chr)
importFrom(purrr,map_int)
importFrom(purrr,map_lgl)
importFrom(stats,setNames)
importFrom(tibble,as_tibble)
|