Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
jsam356 authored May 26, 2022
1 parent a5fe146 commit d405ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/jsUtils.R
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,7 @@ cov2arrow = function(cov,

message('Writing arrow file (using write_feather)')
arrow_table = arrow::Table$create(outdt, schema = arrow::schema(x = arrow::float32(), y = arrow::float32(), color = arrow::float32()))
arrow::write_feather(arrow_table, output_file)
arrow::write_feather(arrow_table, output_file, compression="uncompressed")
} else {
message('arrow file, "', output_file, '" already exists.')
}
Expand Down

0 comments on commit d405ca1

Please sign in to comment.