Skip to content

Instantly share code, notes, and snippets.

@ramnov
Created November 6, 2016 21:55
Show Gist options
  • Save ramnov/958235c490778d86efe77b4a865b70dd to your computer and use it in GitHub Desktop.
Save ramnov/958235c490778d86efe77b4a865b70dd to your computer and use it in GitHub Desktop.
Print the first several rows in AirlineDemoSmall Dataset
airline_demo_xdf_file <- file.path(rxGetOption("sampleDataDir"), "AirlineDemoSmall.xdf")
airline_demo_xdf <- RxXdfData(airline_demo_xdf_file)
airline_demo_data <- rxImport(airline_demo_xdf)
head(airline_demo_data)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment