Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
chainsawriot committed May 13, 2024
1 parent d21903c commit b773e39
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
Binary file modified R/sysdata.rda
Binary file not shown.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ The full list of supported formats is below:

| Name | Extensions / “format” | Import Package | Export Package | Type | Note |
| :---------------------------------- | :-------------------- | :------------- | :------------- | :------ | :----------------------- |
| Archive files (handled by tar) | tar | utils | utils | Default | |
| Archive files (handled by tar) | tar / tar.gz | utils | utils | Default | |
| Compressed CSV | gz | data.table | data.table | Default | Only csv.gz is supported |
| Zip files | zip | utils | utils | Default | |
| CSVY (CSV + YAML metadata header) | csvy | data.table | data.table | Default | |
Expand Down
9 changes: 9 additions & 0 deletions data-raw/single.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@
"export_function": "utils::tar",
"note": ""
},
{
"input": "tar.gz",
"format": "tar",
"type": "archive",
"format_name": "Archive files (handled by tar)",
"import_function": "utils::untar",
"export_function": "utils::tar",
"note": ""
},
{
"input": "bmp",
"format": "bmp",
Expand Down

0 comments on commit b773e39

Please sign in to comment.