1
0
Fork
You've already forked write.that.file
0
A quick and dirty package to write that file
  • R 100%
2025年05月29日 11:50:57 -04:00
man basic functionality 2025年05月29日 11:44:57 -04:00
R basic functionality 2025年05月29日 11:44:57 -04:00
tests guess that extension, quick and dirty 2025年05月29日 10:08:18 -04:00
DESCRIPTION basic functionality 2025年05月29日 11:44:57 -04:00
NAMESPACE basic functionality 2025年05月29日 11:44:57 -04:00
README.md add warning on readme 2025年05月29日 11:50:57 -04:00

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