playground/convert_anzctr_to_json.R

# convert ANZCTR records, stored in individual XML files to single JSON list.
library(tidyverse)
source("R/fetch_anzctr.R")
# head(anzctr)
library(jsonlite)
write_json(anzctr, "anzctr.json")
timchurches/genes2anzctR documentation built on May 29, 2019, 9:53 a.m.