tams.data.fetch_example#
- tams.data.fetch_example(key, *, progress=False)#
Retrieve an example data file using pooch and gdown.
- Parameters:
- Return type:
Examples
>>> import tams >>> path = tams.data.fetch_example("msg-tb")
See also
Notes
Added in version 0.2.0.