[
https://issues.apache.org/jira/browse/ARROW-17724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated ARROW-17724:
-----------------------------------
Labels: 10.0 pull-request-available (was: 10.0)
> [R] Allow package name prefix inside dplyr::across's .fns argument
> ------------------------------------------------------------------
>
> Key: ARROW-17724
> URL: https://issues.apache.org/jira/browse/ARROW-17724
> Project: Apache Arrow
> Issue Type: Sub-task
> Components: R
> Affects Versions: 10.0.0
> Reporter: SHIMA Tatsuya
> Assignee: Nicola Crane
> Priority: Major
> Labels: 10.0, pull-request-available
> Time Spent: 10m
> Remaining Estimate: 0h
>
> This is not a major issue, but may be worth mentioning as a known limitation.
> {code:r}
> library(dplyr, warn.conflicts = FALSE)
> library(dplyr, warn.conflicts = FALSE)
> mtcars |> arrow::arrow_table() |> mutate(across(starts_with("c"),
> base::as.character)) |> collect()
> #> Error in base(cyl): could not find function "base"
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)