These forums have been archived and are now read-only.
The new forums are live and can be found at https://forums.eveonline.com/
How to get data from public CREST into Excel with R?
basedataset <- fromJSON("https://public-crest.eveonline.com/market/types/", flatten=TRUE)colnames(basedataset)
> my_json <- fromJSON("https://public-crest.eveonline.com/market/types/", flatten=TRUE)> my_json[,c("id_str")]