Filesystem
Read and write access to local files
Parameters
path
: The path to the file in question, relative to theData.toml
if applicable, otherwise relative to the current working directory.
Usage examples
[[iris.loader]]
driver = "filesystem"
path = "iris.csv"
[[iris.loader]]
driver = "filesystem"
path = "~/data/iris.csv"