powered by
convert_pdf(input_file, output_file = NULL, format = "csv", message = TRUE, api_key = Sys.getenv("pdftable_api"))
## Not run: # write.csv(head(iris), file = "test.csv", row.names = FALSE) # # # Open test.csv and print as PDF to "test.pdf" # # convert_pdf("test.pdf", "test2.csv") # ## End(Not run)
Run the code above in your browser using DataLab