read

read(obj, *args, **kwargs)

Read / parse data described by obj (e.g. a file path string).

R equivalent: read.csv() / readRDS() etc.