diff --git a/NEWS.md b/NEWS.md index e9751803a..d60aab1ce 100644 --- a/NEWS.md +++ b/NEWS.md @@ -10,6 +10,8 @@ (#1230). - In `$serialize()`, in the field `schema`, the field `inner` is renamed `fields`, and the fields `output_schema` and `filter` are removed (#1230). +- New argument `include_file_paths` in `pl_scan_csv()` and `pl_read_csv()` (#1235). + ### New features diff --git a/man/DataFrame_class.Rd b/man/DataFrame_class.Rd index 3bc8cc028..5b241516a 100644 --- a/man/DataFrame_class.Rd +++ b/man/DataFrame_class.Rd @@ -116,9 +116,7 @@ withr::with_timezone( \} ) #> -}\if{html}{\out{}} -\if{html}{\out{
}}\preformatted{ withr::with_timezone( "America/New_York", \{ diff --git a/man/DataFrame_to_data_frame.Rd b/man/DataFrame_to_data_frame.Rd index 1fc135a84..04401a24c 100644 --- a/man/DataFrame_to_data_frame.Rd +++ b/man/DataFrame_to_data_frame.Rd @@ -59,9 +59,7 @@ withr::with_timezone( \} ) #> -}\if{html}{\out{
}} -\if{html}{\out{
}}\preformatted{ withr::with_timezone( "America/New_York", \{ diff --git a/man/DataFrame_to_list.Rd b/man/DataFrame_to_list.Rd index cf55bf3d2..766d7d1d0 100644 --- a/man/DataFrame_to_list.Rd +++ b/man/DataFrame_to_list.Rd @@ -69,9 +69,7 @@ withr::with_timezone( \} ) #> -}\if{html}{\out{
}} -\if{html}{\out{
}}\preformatted{ withr::with_timezone( "America/New_York", \{ diff --git a/man/LazyFrame_class.Rd b/man/LazyFrame_class.Rd index 3cf20de68..37b1144fb 100644 --- a/man/LazyFrame_class.Rd +++ b/man/LazyFrame_class.Rd @@ -86,9 +86,7 @@ withr::with_timezone( \} ) #> -}\if{html}{\out{
}} -\if{html}{\out{
}}\preformatted{ withr::with_timezone( "America/New_York", \{ diff --git a/man/S3_as.data.frame.Rd b/man/S3_as.data.frame.Rd index 9223cc562..299859831 100644 --- a/man/S3_as.data.frame.Rd +++ b/man/S3_as.data.frame.Rd @@ -110,9 +110,7 @@ withr::with_timezone( \} ) #> -}\if{html}{\out{
}} -\if{html}{\out{
}}\preformatted{ withr::with_timezone( "America/New_York", \{ diff --git a/man/S3_as.vector.Rd b/man/S3_as.vector.Rd index 850878e85..dea4207d7 100644 --- a/man/S3_as.vector.Rd +++ b/man/S3_as.vector.Rd @@ -46,9 +46,7 @@ withr::with_timezone( \} ) #> -}\if{html}{\out{
}} -\if{html}{\out{
}}\preformatted{ withr::with_timezone( "America/New_York", \{ diff --git a/man/S3_as_nanoarrow_array_stream.Rd b/man/S3_as_nanoarrow_array_stream.Rd index 45e69aa6b..6a0334929 100644 --- a/man/S3_as_nanoarrow_array_stream.Rd +++ b/man/S3_as_nanoarrow_array_stream.Rd @@ -5,19 +5,9 @@ \alias{as_nanoarrow_array_stream.RPolarsSeries} \title{Create a nanoarrow_array_stream from a Polars object} \usage{ -as_nanoarrow_array_stream.RPolarsDataFrame( - x, - ..., - schema = NULL, - compat_level = FALSE -) +\method{as_nanoarrow_array_stream}{RPolarsDataFrame}(x, ..., schema = NULL, compat_level = FALSE) -as_nanoarrow_array_stream.RPolarsSeries( - x, - ..., - schema = NULL, - compat_level = FALSE -) +\method{as_nanoarrow_array_stream}{RPolarsSeries}(x, ..., schema = NULL, compat_level = FALSE) } \arguments{ \item{x}{A polars object} diff --git a/man/S3_infer_nanoarrow_schema.Rd b/man/S3_infer_nanoarrow_schema.Rd index a0d21ae2a..00932ed8d 100644 --- a/man/S3_infer_nanoarrow_schema.Rd +++ b/man/S3_infer_nanoarrow_schema.Rd @@ -5,9 +5,9 @@ \alias{infer_nanoarrow_schema.RPolarsSeries} \title{Infer nanoarrow schema from a Polars object} \usage{ -infer_nanoarrow_schema.RPolarsDataFrame(x, ..., compat_level = FALSE) +\method{infer_nanoarrow_schema}{RPolarsDataFrame}(x, ..., compat_level = FALSE) -infer_nanoarrow_schema.RPolarsSeries(x, ..., compat_level = FALSE) +\method{infer_nanoarrow_schema}{RPolarsSeries}(x, ..., compat_level = FALSE) } \arguments{ \item{x}{A polars object} diff --git a/man/Series_class.Rd b/man/Series_class.Rd index 40185d9dd..bfb719b7d 100644 --- a/man/Series_class.Rd +++ b/man/Series_class.Rd @@ -143,9 +143,7 @@ withr::with_timezone( \} ) #> -}\if{html}{\out{
}} -\if{html}{\out{
}}\preformatted{ withr::with_timezone( "America/New_York", \{ diff --git a/man/Series_to_r.Rd b/man/Series_to_r.Rd index 831bb49de..d77ee5fae 100644 --- a/man/Series_to_r.Rd +++ b/man/Series_to_r.Rd @@ -62,9 +62,7 @@ withr::with_timezone( \} ) #> -}\if{html}{\out{
}} -\if{html}{\out{
}}\preformatted{ withr::with_timezone( "America/New_York", \{