Skip to content

Commit

Permalink
feat: add knit_print method for DataFrame (experimental) (pola-rs#125)
Browse files Browse the repository at this point in the history
Co-authored-by: sorhawell <sorhawell@gmail.com>
  • Loading branch information
2 people authored and vincentarelbundock committed Apr 29, 2023
1 parent 1d2946b commit 11b39a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ export(GroupBy_to_data_frame)
export(LazyFrame_print)
export(csv_reader)
export(knit_print.DataFrame)
export(lazy_csv_reader)
export(ncol.DataFrame)
export(nrow.DataFrame)
export(pl)
Expand All @@ -151,6 +150,7 @@ importFrom(utils,.DollarNames)
importFrom(utils,capture.output)
importFrom(utils,download.file)
importFrom(utils,getFromNamespace)
importFrom(utils,getFromNamespace)
importFrom(utils,globalVariables)
importFrom(utils,head)
importFrom(utils,str)
Expand Down

0 comments on commit 11b39a6

Please sign in to comment.