A quick and dirty package to write that file
| man | basic functionality | |
| R | basic functionality | |
| tests | guess that extension, quick and dirty | |
| DESCRIPTION | basic functionality | |
| NAMESPACE | basic functionality | |
| README.md | add warning on readme | |
Simplify life when writing file
Provides one function (write_that_file(table, file_path)) that is taking one data frame (table) and a file path (file_path) and try to write to a permanent storage according to the file extension provided.
Currently it can write:
- sqlite
- csv (just the default arguments of
write.csv())
⚠️ This is very "raw", a lot of scaffolding are still in place, it has nearly no tests, probably bad names and more!
See: https://mastodon.social/@geospacedman/114591291887872699