moj-analytical-services / s3tools

Interact with files in s3 on the Analytical Platform
8 stars 2 forks source link

Writetable #40

Closed MandarinDuck closed 5 years ago

MandarinDuck commented 5 years ago

Adding another function to use write.table in write_to_s3.R. Allows .csv files to be written while suppressing the header, so the file can be used by Athena. Identical to write_df_to_csv_in_s3 but with the function swapped out.