Skip to contents

Read a (masked) data frame table from a connection (e.g., url or filename).

Usage

md_read_csv_with_meta(
  file,
  read_meta = T,
  comment = "#",
  max_meta_lns = 1000L,
  ...
)

Arguments

file

a path to a file, a connection, or literal data

read_meta

whether to read in metadata to populate attributes

comment

comment indicator, defaults to `#`

max_meta_lns

limit metadata search to the indicated number of lines

...

additional arguments to pass, like `skip`