Skip to contents

Generate an animated visualization representing student travel to and from school

Usage

vis_transport(
  file = "transport_overview.gif",
  rp_database = Sys.getenv("RP_DATABASE"),
  rp_odbc_name = Sys.getenv("RP_ODBC_NAME"),
  TZ = "America/New_York"
)

Arguments

file

file name to save animation to

rp_database

Name of the RP database to connect to. Retrieved from RP_DATABASE environment variable by default but can be overridden here, see RVersatransRP package for details.

rp_odbc_name

Name of the Windows ODBC data source to use. Retrieved from RP_ODBC_NAME environment variable by default but can be overridden here, see RVersatransRP package for details.

TZ

The timezone used by the database server.