Update Uploading and downloading data authored by Kai van Lopik's avatar Kai van Lopik
...@@ -41,7 +41,7 @@ PEP provides built-in processing facilities for some data formats. Special consi ...@@ -41,7 +41,7 @@ PEP provides built-in processing facilities for some data formats. Special consi
# Downloading data # Downloading data
Data stored in PEP can be downloaded by [authorized](Access-control#data-access) users. Users commonly invoke [the `pepcli pull` command](Using-pepcli#pull) to do so. In its most basic form, the command is invoked to download data for a specific participant (identifier) and column (name), e.g.: Users commonly invoke [the `pepcli pull` command](Using-pepcli#pull) to download data from PEP. In its most basic form, the command is invoked to download data for a specific participant (identifier) and column (name), e.g.:
``` ```
/app/pepcli pull -p POM162733743006 -c Holter.Visit1 /app/pepcli pull -p POM162733743006 -c Holter.Visit1
... ...
......