Question: How to specify a destination folder when calling untar_data()
?
This is the function signature:
untar_data(url, archive=None, data=None, c_key='data', force_download=False)
The documentation states:
"Download url
to fname
if dest
doesn’t exist, and extract to folder dest
"
However, the documentation & the function signature are not matching. Where do we specify dest
?