R/composition.R
pNbr.Rd
Retrieve and select a P-Number for a product name
pNbr(string, select = interactive())
The search string
If TRUE, then the user is asked to select one product if there is more than one match in interactive mode, otherwise the first match is returned. If FALSE, more than one number is returned in the case of multiple matches
pNbr("Karate") #> [1] 3756 7051 7051 7948