# Generated by roxygen2: do not edit by hand

S3method(is_cat,default)
S3method(is_cat,factor)
S3method(is_cat,logical)
S3method(is_cat,ordered)
S3method(is_cont,default)
S3method(is_cont,factor)
S3method(is_cont,logical)
S3method(is_cont,ordered)
S3method(mutate_if_cat,data.table)
S3method(mutate_if_cat,default)
S3method(mutate_if_cont,data.table)
S3method(mutate_if_cont,default)
S3method(select_cat,data.table)
S3method(select_cat,default)
S3method(select_cont,data.table)
S3method(select_cont,default)
export(cat_cont)
export(is_cat)
export(is_cont)
export(mutate_if_cat)
export(mutate_if_cont)
export(select_cat)
export(select_cont)
export(which_cat)
export(which_cont)
import(dplyr)
