jug 0.1.0 on CRAN
[This article was first published on FishyOperations, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Jug is a package to allow you to easily create web APIs based on your R codestack.
Documentation and examples can be found at: http://bart6114.github.io/jug/
To get started; give the CRUD-like example a try.
First clone the example respository.
git clone https://github.com/Bart6114/jug-crud-example.git
Go to the jug-crud-example
directory, open app.R
, run it and browse to http://127.0.0.1:8080/.
To leave a comment for the author, please follow the link and comment on their blog: FishyOperations.
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.