USEPA / ccdR

Predecessor to ctxR. Utilities for Interacting with the CTX APIs in R without prior API knowledge. All data is also available on the CompTox Chemical Dashboard (CCD) https://comptox.epa.gov/dashboard/
https://github.com/USEPA/ctxR
GNU General Public License v3.0
2 stars 0 forks source link

Bioactivity APIs Consider unnesting param columns wider in "get_bioactivity_details" #8

Closed cthunes closed 6 months ago

cthunes commented 6 months ago

For the function "get_bioactivity_details" it might be best if the columns "mc3Param", "mc4Param", "mc5Param", and "mc6Param" were unnested to a wider format to take them out of their nested table structure.

tidyr::unnest_wider(col = c("mc3Param", "mc4Param", "mc5Param", "mc6Param"))