Extract APDS data from PRISME database. Note: there are 129 columns...

export_apds(wef, til)

Arguments

wef

date of With Effect From (included)

til

date of TILl instant (excluded)

Value

a dataframe of airport reported movements

Details

You need to store your credentials to access the ATMAP tables in the following environment variables:

  • PRU_ATMAP_USR for the user id

  • PRU_ATMAP_PWD for the password

  • PRU_ATMAP_DBNAME for the database name

Examples

if (FALSE) {
export_apds("2019-04-10", "2019-04-11")
}