| convert_icgc | R Documentation | 
Run data("icgc") to see detail database for conversion.
convert_icgc(
  x,
  from = "icgc_specimen_id",
  to = "icgc_donor_id",
  multiple = FALSE
)
| x | A character vector to convert. | 
| from | Which identifier type to be converted. One of . | 
| to | Identifier type convert to. Same as parameter  | 
| multiple | if  | 
A character vector.
x <- convert_icgc("SP29019")
x
## Not run: 
convert_icgc("SA170678")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.