Skip to content

Commit

Permalink
remove print statements from align metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Sacks committed Nov 15, 2023
1 parent abdc8d8 commit fe2cfa4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions R/align_metadata.R
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ align_metadata <- function(aligned_ts_df) {
}
metadata_selected <- metadata[,colnames(metadata) %in% subset_metadata] #select specified columns

print(metadata_selected)
print(aligned_ts_df)

#join metadata to aligned data frame by event id and PID
metadata_aligned_df <- dplyr::left_join(aligned_ts_df, metadata_selected,
by=c("event_id", "Participant_ID"))
Expand Down

0 comments on commit fe2cfa4

Please sign in to comment.