library(klassR)
# Build a graph directed towards the most recent codes
if (FALSE) {
klass_131 <- klass_graph(131)
}
# Build a graph directed towards valid codes in 2020.
if (FALSE) {
klass_131_2020 <- klass_graph(131, "2020-01-01")
}
Run the code above in your browser using DataLab