Skip to content

Commit

Permalink
Merge pull request #93 from DoaneAS/master
Browse files Browse the repository at this point in the history
Update jsUtils.R
  • Loading branch information
shihabdider committed Jan 18, 2024
2 parents 7570adc + dfba4ba commit 319e95c
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 @@ -1323,7 +1323,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 319e95c

Please sign in to comment.