File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-green.svg )] ( https://github.com/TidierOrg/Tidier.jl/blob/main/LICENSE )
4
4
[ ![ Docs: Latest] ( https://img.shields.io/badge/Docs-Latest-blue.svg )] ( https://tidierorg.github.io/TidierFiles.jl/latest )
5
+ [ ![ Downloads] ( https://img.shields.io/badge/dynamic/json?url=http%3A%2F%2Fjuliapkgstats.com%2Fapi%2Fv1%2Fmonthly_downloads%2FTidierDB&query=total_requests&suffix=%2Fmonth&label=Downloads )] ( http://juliapkgstats.com/pkg/TidierFiles )
5
6
6
7
<img src =" docs/src/assets/logo.png " align =" right " style =" padding-left :10px ;" width =" 150 " />
7
8
@@ -26,6 +27,7 @@ Currently supported file types:
26
27
- ` read_parquet ` and ` write_parquet `
27
28
- ` read_rdata ` (.rdata and .rds)
28
29
- ` read_gsheet ` (Google Sheets)
30
+
29
31
Agnostic read and write functions that detect the type and dispatch the appropriate function.
30
32
- ` read_file ` and ` write_file `
31
33
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ Currently supported file types:
22
22
- ` read_arrow ` and ` write_arrow `
23
23
- ` read_parquet ` and ` write_parquet `
24
24
- ` read_rdata ` (.rdata and .rds)
25
+ - ` read_gsheet ` (Google Sheets)
25
26
26
27
Agnostic read and write functions that detect the type and dispatch the appropriate function.
27
28
- ` read_file ` and ` write_file `
You can’t perform that action at this time.
0 commit comments