File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
name = " TidierFiles"
2
2
uuid = " 8ae5e7a9-bdd3-4c93-9cc3-9df4d5d947db"
3
3
authors = [
" Daniel Rizk <[email protected] > and contributors" ]
4
- version = " 0.3.1 "
4
+ version = " 0.3.2 "
5
5
6
6
[deps ]
7
7
Arrow = " 69666777-d1a9-59fb-9406-91d4454c9d45"
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ Currently supported file types:
25
25
- ` read_dta ` and ` write_dta ` (.dta)
26
26
- ` read_arrow ` and ` write_arrow `
27
27
- ` read_parquet ` and ` write_parquet `
28
+ - ` read_json ` and ` write_json `
28
29
- ` read_rdata ` (.rdata and .rds)
29
30
- ` read_gsheet ` and ` write_gsheet ` (Google Sheets)
30
31
- ` read_json ` and ` write_json `
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ Currently supported file types:
20
20
- ` read_sas ` and ` write_sas ` (.sas7bdat and .xpt)
21
21
- ` read_dta ` and ` write_dta ` (.dta)
22
22
- ` read_arrow ` and ` write_arrow `
23
+ - ` read_json ` and ` write_json `
23
24
- ` read_parquet ` and ` write_parquet `
24
25
- ` read_rdata ` (.rdata and .rds)
25
26
- ` read_gsheet ` and ` write_gsheet ` (Google Sheets)
Original file line number Diff line number Diff line change @@ -413,8 +413,8 @@ function write_csv(
413
413
file:: String ;
414
414
missing_value:: String = " " ,
415
415
append:: Bool = false ,
416
- delim = " , " ,
417
- decimal = " . " ,
416
+ delim = ' , ' ,
417
+ decimal = ' . ' ,
418
418
col_names:: Bool = true ,
419
419
eol:: String = " \n " ,
420
420
num_threads:: Int = Threads. nthreads ())
You can’t perform that action at this time.
0 commit comments