Returns APIs which were created 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_created_date(date = Sys.Date())
A Date object corresponding to chosen date of creation
data.frame of API details filtered by date of creation
filtered_api<-search_api_by_created_date(date=as.Date("2021-12-20"))