Interested in advertising on Derpibooru? Click here for information!
My Little Ties crafts shop

Help fund the $15 daily operational cost of Derpibooru - support us financially!

Description

Some charts I made in less than 60 lines of R code.

Source

Comments

Syntax quick reference: **bold** *italic* ||hide text|| `code` __underline__ ~~strike~~ ^sup^ ~sub~

Detailed syntax guide

Frogster

@gardrek  
In R? Yes. You can use shiny to make interactive web interfaces (although it’s not really the optimal language for it. R is more meant for statistical computing). The 60 lines of code used to make these includes the code to call the derpibooru API and parsing the JSON response using rjson.
gardrek

Can your program output HTML or JSON or something else searchable? Would be cool. (Sorry if this is elementary or obvious, I know next to nothing about R or this websites inner workings.)