| write_A3json | R Documentation |
A3 object to JSON fileWrite A3 object to JSON file
write_A3json(x, filepath, overwrite = FALSE)
x |
|
filepath |
Character: Path to save JSON file. |
overwrite |
Logical: If TRUE, overwrite existing file. |
Invisible x. Writes JSON file as side effect.
EDG
a3 <- create_A3("MAEPRQEFEVMEDHAGTYGLGDRK", uniprot_id = "P10636")
tmp <- tempfile(fileext = ".json")
write_A3json(a3, tmp)
a3_read <- read_A3json(tmp)
unlink(tmp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.