Skip to content

Commit c18b666

Browse files
committed
comments
1 parent 12d0f65 commit c18b666

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

facebook/delphiFacebook/R/contingency_utils.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ get_filenames_in_range <- function(start_date, end_date, params) {
145145
file_end_dates <- as_date(substr(filenames, 23, 32))
146146
file_start_dates <- as_date(substr(filenames, 12, 21))
147147

148-
## Only keep files with data that falls at least somewhat between the desired
149-
## start and end range dates.
148+
# Only keep files with data that falls at least somewhat between the desired
149+
# start and end range dates.
150150
filenames <- filenames[
151151
!(( file_start_dates < start_date & file_end_dates < start_date ) |
152152
( file_start_dates > end_date & file_end_dates > end_date ))]

0 commit comments

Comments
 (0)