Save an object from a datasource to a local file
save_object(
client,
datasource,
object,
file = basename(object),
override = list()
)
Raw vector representation of the object
As returned by datasource_client()
The name of the datasource to query
The object to retrieve
File path to save object at. Defaults to the object base name.
Configuration values to override (add_override()
)