File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ See Examples below to see how to use.
59
59
list, with column ` study_list ` that contains the names of the
60
60
studies and ` df ` that contains a list of the study data information.
61
61
- ` dataframe_from_id(study_id) ` - loads a study with id from ` study_id ` into a dataframe
62
- - ` downlaod_from_id (study_id, output_dir)` - downsloads a study with id from ` study_id ` into a folder ` output_dir ` .
62
+ - ` download_from_id (study_id, output_dir)` - downsloads a study with id from ` study_id ` into a folder ` output_dir ` .
63
63
See the examples below for more information on how to use.
64
64
65
65
## Examples
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ See Examples below to see how to use.
54
54
` df ` that contains a list of the study data information.
55
55
- ` dataframe_from_id(study_id) ` - loads a study with id from ` study_id `
56
56
into a dataframe
57
- - ` downlaod_from_id (study_id, output_dir)` - downsloads a study with id
57
+ - ` download_from_id (study_id, output_dir)` - downsloads a study with id
58
58
from ` study_id ` into a folder ` output_dir ` . See the examples below for
59
59
more information on how to use.
60
60
You can’t perform that action at this time.
0 commit comments