Export PK profiles for a given compound in a specified format Currently supports "nonmem" format. The exported file will include a CSV with the PK data and an Excel file with the codebook.
export_pk_profiles(x, compound_id, format = "NONMEM", filename = "data.zip")QuantRes object
Compound ID for which to export PK profiles
Format to export (currently only "NONMEM" supported)
Name of the output zip file (default: "data.zip")
Omar I. Elashkar