Skip to content

Commit

Permalink
Highlight that multiple series can be downloaded
Browse files Browse the repository at this point in the history
  • Loading branch information
notZaki committed Sep 11, 2020
1 parent 5612d68 commit 9f5dba4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/src/guide/downloading.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ The following will download and extract the `chosen_series` (selected above) and
julia> download_series(chosen_series, "./")
```

Multiple series can be downloaded as well from a Dataframe by
**Downloading multiple series**

The wrapper function can download multiple series from a Dataframe by
```julia
julia> series = tcia_series(collection = "AAPM-RT-MAC", patient = "RTMAC-LIVE-001")
julia> download_series(series, "./testdf")
Expand Down

0 comments on commit 9f5dba4

Please sign in to comment.