This will return a data.frame of recently updated APIs

get_recently_updated_api(N = 20)

Arguments

N

Number of APIs to return

Value

Get data.frame of N most recently updated API sorted by date of update

Examples

recently_updated_api<-get_recently_updated_api()