powered by
Given a character vector, check the validity of ISIN (International Securities Identification Number) for each of its elements.
isin_check(s)
A logical vector.
a character vector for whose elements validity of ISIN (International Securities Identification Number) is checked.
isin_check("BBG000BLNQ16") isin_check("NRG92C84SB39") isin_check(c("BBG000BLNQ16", "NRG92C84SB39"))
Run the code above in your browser using DataLab