A tibble of compound features suitable for downstream modeling workflows.
Arguments
identifier
Identifier vector for compound property retrieval.
properties
Compound property names.
namespace
Namespace for identifier.
numeric_only
If `TRUE`, coerce feature columns to numeric where possible.
error_mode
Error behavior. `"stop"` (default) throws an error on
retrieval failure. `"result"` returns a typed `PubChemResult` failure.
...
Additional arguments passed to `pc_property()`.
Details
Transport metadata columns are removed from the returned table. With
`numeric_only = TRUE`, feature columns are opportunistically converted to
numeric where conversion yields at least one finite value.