https://github.com/hadley/dplyr
Raw File
Tip revision: b6a8cbfece0dbbf6435ab2d227c93f3f94b0154a authored by Kirill Müller on 01 March 2016, 07:37:56 UTC
Merge branch 'release/0.1-5' into production
Tip revision: b6a8cbf
NAMESPACE
# Generated by roxygen2: do not edit by hand

S3method("$",tbl_df)
S3method("[",tbl_df)
S3method("[[",tbl_df)
S3method(all.equal,tbl_df)
S3method(as.data.frame,tbl_df)
S3method(as_data_frame,"NULL")
S3method(as_data_frame,data.frame)
S3method(as_data_frame,list)
S3method(as_data_frame,matrix)
S3method(as_data_frame,tbl_df)
S3method(format_v,character)
S3method(format_v,default)
S3method(glimpse,data.frame)
S3method(glimpse,default)
S3method(glimpse,tbl)
S3method(obj_type,"NULL")
S3method(obj_type,data.frame)
S3method(obj_type,data_frame)
S3method(obj_type,default)
S3method(print,tbl_df)
S3method(print,trunc_mat)
S3method(type_sum,Date)
S3method(type_sum,POSIXt)
S3method(type_sum,array)
S3method(type_sum,character)
S3method(type_sum,data.frame)
S3method(type_sum,default)
S3method(type_sum,factor)
S3method(type_sum,integer)
S3method(type_sum,logical)
S3method(type_sum,matrix)
S3method(type_sum,numeric)
export(add_row)
export(add_rownames)
export(as_data_frame)
export(data_frame)
export(data_frame_)
export(dim_desc)
export(frame_data)
export(glimpse)
export(knit_print.trunc_mat)
export(lst)
export(lst_)
export(tbl_df)
export(tibble)
export(trunc_mat)
export(type_sum)
import(assertthat)
importFrom(Rcpp,sourceCpp)
importFrom(utils,head)
importFrom(utils,tail)
useDynLib(tibble)
back to top