Skip to content

Commit ad71044

Browse files
committed
Improve survey-utils docs
From Katie's suggestions in cmu-delphi/covidcast-indicators#645
1 parent c2370fa commit ad71044

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/symptom-survey/survey-utils.R

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ library(dplyr)
55
#' Fetch all survey data in a chosen directory.
66
#'
77
#' There can be multiple data files for a single day of survey responses, for
8-
#' example if the data is reissued when late-arriving surveys are recorded.
9-
#' Each file contains *all* data recorded for that date, so only the later files
10-
#' are needed.
8+
#' example if the data is reissued when late-arriving surveys are recorded. Each
9+
#' file contains *all* data recorded for that date, so only the most recently
10+
#' updated file for each date is needed.
1111
#'
12-
#' This function extracts the date from each file, determines which files are
13-
#' reissued data, and produces a single data frame representing the most recent
14-
#' data available for each day. It can read gzip-compressed CSV files, such as
15-
#' those on the SFTP site, using `readr::read_csv`.
12+
#' This function extracts the date from each file, determines which files
13+
#' contain reissued data, and produces a single data frame representing the most
14+
#' recent data available for each day. It can read gzip-compressed CSV files,
15+
#' such as those on the SFTP site, using `readr::read_csv`.
1616
#'
1717
#' This function handles column types correctly for surveys up to Wave 4.
1818
#'

0 commit comments

Comments
 (0)