Skip to content

Commit 43dc835

Browse files
committed
Indent
1 parent 97f6894 commit 43dc835

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

code/scenarios/sao paulo/streamline_travel_survey.R

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ rd <- rename(rd, participant_id = ID_PESS ,
4848
mode_df <- data.frame(
4949
mode_int = append(c(1:17), NA),
5050
mode_string = c(rep('bus', 5), 'car_driver',
51-
'car_passenger', 'taxi',
52-
rep('van', 3), 'subway',
53-
'train', 'motorbike',
54-
'bicycle', 'walk', 'others', 'NAs')
55-
56-
51+
'car_passenger', 'taxi',
52+
rep('van', 3), 'subway',
53+
'train', 'motorbike',
54+
'bicycle', 'walk', 'others', 'NAs')
55+
56+
5757

5858
)
5959

0 commit comments

Comments
 (0)