View source: R/interval_format_conversions.R
| int_list_conversions | R Documentation |
List all available format conversion functions.
int_list_conversions(from = NULL, to = NULL)
from |
source format (optional): "RSDA", "MM", "iGAP", "ARRAY", "SODAS" |
to |
target format (optional): "RSDA", "MM", "iGAP", "ARRAY", "SODAS" |
A data.frame showing available conversions
# List all conversions
int_list_conversions()
# List conversions from RSDA
int_list_conversions(from = "RSDA")
# List conversions to MM
int_list_conversions(to = "MM")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.