pub fn path(datasets: Vec<impl AsRef<str>>) -> Result<(), DataError>
Expand description
Returns the paths to the locally available datasets.
§Arguments
datasets
: The names of the datasets to list the paths for.
§Returns
Nothing, but does print the paths to stdout in a machine-readable fashion.
§Errors
This function may error if we failed to read any of the files or directories.