Skip to content

Investigate purpose of chemical code #285

Open
@madison-feshuk

Description

@madison-feshuk

CASRN is converted to code by removing dashes and underscores

dat[!is.na(casn) , code := paste0("C", gsub("-|_", "", casn))]

What is the purpose of this field? Should we consider remove

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions