Tidy file resource client
Tidy file resource client
A R6 object of class TidyFileResourceClient
resourcer::ResourceClient -> resourcer::FileResourceClient -> TidyFileResourceClient
new()Create a TidyFileResourceClient instance.
TidyFileResourceClient$new(resource)resourceA valid resource object.
A TidyFileResourceClient object.
asDataFrame()Coerce the resource value extracted from the file in tidy format to a data.frame.
TidyFileResourceClient$asDataFrame(...)...Additional parameters to as.data.frame (not used yet).
A data.frame (more specifically a tibble).
clone()The objects of this class are cloneable with this method.
TidyFileResourceClient$clone(deep = FALSE)deepWhether to make a deep clone.
Connects to a file and use one of the tidyverse reader.