search_api_by_updated_date: Search API by Updated Date

Description Usage Arguments Value Examples

View source: R/key_func.R

Description

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.

Usage

1

Arguments

date

A Date object corresponding to chosen date of update

Value

data.frame of API details filtered by date of update

Examples

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

datagovindia documentation built on Sept. 27, 2021, 5:12 p.m.