Skip to content

Commit

Permalink
#268 split: style files
Browse files Browse the repository at this point in the history
  • Loading branch information
bundfussr committed Sep 27, 2024
1 parent c57c69a commit dbce55e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions R/write.R
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,9 @@ xportr_write <- function(.df,
# Iterate on the unique values of the split
for (i in seq_along(split_index)) {
# Write out the split data, `get_split_path` will determine file name
write_xpt(split_data[[i]],
path = paths[i], version = 5, name = name
write_xpt(
split_data[[i]],
path = paths[i], version = 5, name = name
)
check_xpt_size(paths[i])
}
Expand Down

0 comments on commit dbce55e

Please sign in to comment.