From dcc707af1732ad5c39c4cd6e4b67e87942dcb5f7 Mon Sep 17 00:00:00 2001 From: "Egeler, Paul W" Date: Fri, 1 Jun 2018 18:06:58 -0400 Subject: [PATCH] adding whitespace --- REDCap_split.r | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/REDCap_split.r b/REDCap_split.r index d27627b..0008490 100644 --- a/REDCap_split.r +++ b/REDCap_split.r @@ -70,12 +70,12 @@ REDCap_split <- function(records, metadata) { checkbox_basenames, 1, function(x) - data.frame( - field_name = names(records)[grepl(paste0("^", x[1], "___.+$"), names(records))], - form_name = x[2], - stringsAsFactors = FALSE, - row.names = NULL - ) + data.frame( + field_name = names(records)[grepl(paste0("^", x[1], "___.+$"), names(records))], + form_name = x[2], + stringsAsFactors = FALSE, + row.names = NULL + ) ) )