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())

Arguments

date

A Date object corresponding to chosen date of creation

Value

data.frame of API details filtered by date of creation

Examples

filtered_api<-search_api_by_created_date(date=as.Date("2021-12-20"))