| read_A3json | R Documentation |
A3 object from JSON fileRead A3 object from JSON file
read_A3json(filepath, verbosity = 1L)
filepath |
Character: Path to JSON file. |
verbosity |
Integer: if greater than 0, print messages. |
A3 object.
EDG
a3 <- create_A3("MAEPRQEFEVMEDHAGTYGLGDRK", uniprot_id = "P10636")
tmp <- tempfile(fileext = ".json")
write_A3json(a3, tmp)
a3_read <- read_A3json(tmp, verbosity = 0L)
unlink(tmp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.