File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ library(dplyr)
5
5
# ' Fetch all survey data in a chosen directory.
6
6
# '
7
7
# ' 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.
11
11
# '
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`.
16
16
# '
17
17
# ' This function handles column types correctly for surveys up to Wave 4.
18
18
# '
You can’t perform that action at this time.
0 commit comments