Returns APIs which were updated on a specific date. This function takes in a Date object as its input. Use ymd/mdy/dmy functions from the package lubridate to make this easier.
search_api_by_updated_date(date = Sys.Date())
A Date object corresponding to chosen date of update
data.frame of API details filtered by date of update
filtered_api<-search_api_by_updated_date(date=as.Date("2021-12-20"))