R/key_func.R
get_recently_updated_api.Rd
This will return a data.frame of recently updated APIs
get_recently_updated_api(N = 20)
Number of APIs to return
Get data.frame of N most recently updated API sorted by date of update
recently_updated_api<-get_recently_updated_api()