datavyur is package for interacting with coding files generated by the Datavyu application.
# The development release can be installed from GitHub
# install.packages("pak")
pak::pak("databrary/datavyur")
library(datavyur)
download_opf() |>
extract_opf() |>
to_csv()
The package is under active development.