pola-rs/r-polars

It's possible to read from pipe?

Open

#273 opened on Jun 29, 2023

 (2 comments) (0 reactions) (0 assignees)R (41 forks)github user discovery
enhancementhelp wantedreader

Repository metrics

Stars
 (568 stars)
PR merge metrics
 (Avg merge 14h 9m) (14 merged PRs in 30d)

Description

I want to read data from pipe is it possible.like this

readLines(pipe("echo a,b"))
# for example
pl$lazy_csv_reader(pipe("echo a,b"))

Contributor guide