Skip to content

Commit

Permalink
refactor: Remove extra parenthesis in create_data_dictionary function
Browse files Browse the repository at this point in the history
  • Loading branch information
francojc committed Dec 9, 2024
1 parent 5415953 commit b58b6bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/create_data_dictionary.R
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ create_data_dictionary <-
stringsAsFactors = FALSE
)
}
)
}
# Write the data dictionary to a file
write.csv(data_dict, file = file_path, row.names = FALSE)
Expand Down

0 comments on commit b58b6bb

Please sign in to comment.