Skip to content

Commit 7dc4cae

Browse files
authored
Merge pull request #743 from RECETOX/copilot/lint-r-scripts
Apply styler formatting to all R scripts
2 parents 86d65c5 + 7f13d66 commit 7dc4cae

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tools/waveica/waveica_wrapper.R

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,8 +344,9 @@ tranpose_data <- function(data, column_names) {
344344

345345

346346
final_data_processing <- function(
347-
data, non_feature_columns,
348-
transpose, original_first_colname) {
347+
data, non_feature_columns,
348+
transpose, original_first_colname
349+
) {
349350
# Remove all columns that are in non_
350351
# feature_columns, except the first column
351352
cols_to_keep <- !(colnames(data) %in% non_feature_columns)

0 commit comments

Comments
 (0)