Data Loading
Data loading from external files.
These functions help you with loading and embedding data, for example from the results of an experiment.
Definitions
-
cbor
Reads structured data from a CBOR file. -
csv
Reads structured data from a CSV file. -
json
Reads structured data from a JSON file. -
read
Reads plain text or data from a file. -
toml
Reads structured data from a TOML file. -
xml
Reads structured data from an XML file. -
yaml
Reads structured data from a YAML file.