TidyFileResourceClient | R Documentation |
Tidy file resource client
Tidy file resource client
A R6 object of class TidyFileResourceClient
Connects to a file and use one of the tidyverse reader.
resourcer::ResourceClient
-> resourcer::FileResourceClient
-> TidyFileResourceClient
new()
Create a TidyFileResourceClient instance.
TidyFileResourceClient$new(resource)
resource
A 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)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.