Skip to content

Commit

Permalink
do not export
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennebacher committed Oct 18, 2023
1 parent 66f43f9 commit 1e5bcba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ S3method(tail,LazyFrame)
S3method(unique,DataFrame)
S3method(unique,LazyFrame)
export(.pr)
export(DataFrame_write_csv)
export(as_polars_series)
export(knit_print.DataFrame)
export(pl)
Expand Down
2 changes: 1 addition & 1 deletion R/dataframe__frame.R
Original file line number Diff line number Diff line change
Expand Up @@ -1720,7 +1720,7 @@ DataFrame_sample = function(

#' @return
#' This doesn't return anything but creates a CSV file.
#' @export
#'
#' @rdname IO_write_csv
#'
#' @examples
Expand Down

0 comments on commit 1e5bcba

Please sign in to comment.