| wds_id | R Documentation | 
Return WDS index based on right ascension and declination
wds_id(ra, dec, delim = " ", name = "")
ra | 
 a character string with right ascension.  | 
dec | 
 a character string with declination.  | 
delim | 
 a character string with delimiter used in both ra and dec.  | 
name | 
 a character string with extra name.  | 
A character with WDS index.
wds_indx1 <- wds_id('00 00 43.63', '+45 15 12.0')
wds_indx2 <- wds_id('16:37:44.07', '+19:56:55.1', ':', 'wds')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.