filepath = tempfile("test_export", fileext = ".xlsx")
to_export = growth.df %>% vascr_subset(unit = c("R", "Rb"), frequency = c(0,4000))
vascr_export_prism(to_export, filepath)
vascr_export_prism(to_export, filepath, level = "wells")
Run the code above in your browser using DataLab