# NOT RUN {
omxfile <- omxr_example("skims.omx")
read_all_omx(omxfile, names = c("origin", "destination", "DIST", "DISTBIKE", "DISTWALK"))
read_all_omx(omxfile, names = c("DIST", "DISTBIKE", "DISTWALK"), long = FALSE)
# }
Run the code above in your browser using DataLab