Learn R Programming

readr (version 2.1.2)

should_read_lazy: Determine whether reading should be done lazily

Description

Reading in readr is done lazily unless

  • options(readr.read_lazy = FALSE)

Usage

should_read_lazy()

Arguments