read_A3json: Read 'A3' object from JSON file

View source: R/a3.R

read_A3jsonR Documentation

Read A3 object from JSON file

Description

Read A3 object from JSON file

Usage

read_A3json(filepath, verbosity = 1L)

Arguments

filepath

Character: Path to JSON file.

verbosity

Integer: if greater than 0, print messages.

Value

A3 object.

Author(s)

EDG

Examples

a3 <- create_A3("MAEPRQEFEVMEDHAGTYGLGDRK", uniprot_id = "P10636")
tmp <- tempfile(fileext = ".json")
write_A3json(a3, tmp)
a3_read <- read_A3json(tmp, verbosity = 0L)
unlink(tmp)

rtemis.a3 documentation built on April 29, 2026, 1:06 a.m.