# generate a CSV
csv <- tempfile()
write.csv(iris, csv, row.names=FALSE)
# call hypoparsr
res <- hypoparsr::parse_file(csv)
# get result data frames
best_guess <- as.data.frame(res)
second_best_guess <- as.data.frame(res, rank=2)
Run the code above in your browser using DataLab