Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@bridirks
Copy link
Contributor

@bridirks bridirks commented Apr 8, 2025

No description provided.

@bridirks bridirks linked an issue Apr 8, 2025 that may be closed by this pull request
@madison-feshuk madison-feshuk self-requested a review April 8, 2025 17:11
Chemicals can be searched using string values. Examples for each are provided by the following:
Chemicals can be searched using string values. These values can be a chemical name, dtxsid, dtxcid, casrn, or inchikey. Examples for each are provided by the following:

## By starting value
Copy link
Collaborator

@madison-feshuk madison-feshuk Apr 8, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you add a few additional examples by CASRN and name since this is a common request?

search_starts_with <- chemical_starts_with(word = 'Bisphenol')
search_exact <- chemical_equal(word='80-05-7')
search_contains <- chemical_contains(word = 'phenol A')

# Chemical Search Resource

Chemicals can be searched using string values. Examples for each are provided by the following:
Chemicals can be searched using string values. These values can be a chemical name, dtxsid, dtxcid, casrn, or inchikey. Examples for each are provided by the following:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For vignette, let's capitalize these: "DTXSID, DTXCID, CAS Registry Number (CASRN), or InChIKey."

Copy link
Collaborator

@madison-feshuk madison-feshuk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@bridirks bridirks merged commit f9530d1 into dev Apr 8, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update chemical search resource documentation

3 participants