jpcompartir / LandscapeRGolem

playing_with_golem_learning
Other
0 stars 0 forks source link

Create data spec and/or work on allowing data to be added at run_app #5

Closed jpcompartir closed 1 year ago

jpcompartir commented 1 year ago

For data spec column names etc. need to be specified

If allowing data ingested at run_app rather than stored inside app, will need to figure out how flexible(how much freedom to give the user) this should be and whether the same data spec applies anyway.

jpcompartir commented 1 year ago

Added in this pr, quick edit to app_server's server function, the run_app function and run_app_from_other_project function introduced. Clearly not the ideal implementation, but with a bit of a hack allows the local user to run the app in a background process from outside of the repo's wd/Rproj

https://github.com/jpcompartir/LandscaperGolem/pull/17