https://github.com/pachadotdev/fileconverter
https://github.com/pachadotdev/fileconverter
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pachadotdev/fileconverter
- Owner: pachadotdev
- License: other
- Created: 2022-07-28T05:52:10.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-28T05:52:36.000Z (almost 4 years ago)
- Last Synced: 2025-04-09T00:37:58.209Z (about 1 year ago)
- Language: R
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# fileconverter
## What's this?
`fileconverter` is a simple app that uses [rio](https://github.com/leeper/rio)
R package but makes it simpler thanks to
[Shiny](https://github.com/rstudio/shiny).
It does the same as [rioweb](https://raw.githubusercontent.com/lbraglia/rioweb)
but supports larger files.
## What does this do?
Streamlined data import and export by making assumptions that the user is
probably willing to make. Determines the data structure from the file
extension, reasonable defaults are used for data import and export
(e.g., `stringsAsFactors = FALSE`), some compressed files can be read directly
without explicit decompression, and fast import packages are used where
appropriate.
## Where is it?
The app lives [here](https://shiny.pacha.dev/fileconverter) and the development
repository is [here](http://github.com/pachadotdev/fileconverter).
## Disclaimer
`fileconverter` is made available in the hope that it will be useful, but
without any warranty and assuming you'll use it by following goodwill.