pola-rs/r-polars

It's possible to read from pipe?

Open

#273 opened on Jun 29, 2023

View on GitHub
 (2 comments) (0 reactions) (0 assignees)R (39 forks)github user discovery
enhancementhelp wantedreader

Repository metrics

Stars
 (562 stars)
PR merge metrics
 (PR metrics pending)

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