Skip to content

v0.1

Pre-release
Pre-release

Choose a tag to compare

@krlmlr krlmlr released this 09 Dec 10:36
· 4426 commits to main since this release

First release. Contains functions related to table sources, the tbl class and the tbl_df subclass, as well as output and helper functions:

Table sources

  • src()
  • src_df()
  • src_local()
  • src_tbls()
  • is.src()
  • same_src()

The tbl class

  • tbl()
  • tbl_df()
  • make_tbl()
  • tbl_vars()
  • as.tbl(), is.tbl()

The tbl_df subclass

  • as_data_frame()
  • data_frame(), data_frame_()
  • frame_data(), tibble()

Output functions

  • glimpse()
  • trunc_mat(), knit_print.trunc_mat()
  • dim_desc()
  • type_sum()

Helper functions

  • lst(), lst_()
  • add_row()
  • add_rownames()