Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakubnowicki/fake-data-generator
Fake Data Generator
https://github.com/jakubnowicki/fake-data-generator
Last synced: 6 days ago
JSON representation
Fake Data Generator
- Host: GitHub
- URL: https://github.com/jakubnowicki/fake-data-generator
- Owner: jakubnowicki
- Created: 2021-05-01T11:20:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-09T13:55:08.000Z (over 3 years ago)
- Last Synced: 2024-11-12T03:54:13.760Z (about 2 months ago)
- Language: R
- Homepage:
- Size: 153 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fake Data Generator
Fake Data Generator is an application that enables creating dummy data (in the shape of a data frame). Application is available [here](https://jakubnowicki.shinyapps.io/fake-data-generator). User can design structure by specifying columns and size, all using YAML editor, with live data preview. Configuration, dummy data and generator itself can be easily downloaded. You can check the application code [here](https://github.com/jakubnowicki/fake-data-generator).
Under the hood, this application uses fixtuRes package and can be treated as its showcase.
fixtuRes package provides a set of tools that allow generating random mock data for testing or to use during development. For installation instructions and detailed documentation check [this](https://jakubnowicki.github.io/fixtuRes/) link.
UI of the application was created using components from a new package from Appsilon - [shiny.fluent](https://github.com/Appsilon/shiny.fluent).## About me
My name is Jakub and I'm an R Shiny developer working at [Appsilon](https://appsilon.com/). I'm also a paleontologist focused on Cambian trilobites.