get_model_mapper | R Documentation |
Get model mapper
get_model_mapper(
patient_number,
respondent_track_id,
organisation_id,
access_token,
base_model_mapper_url,
dataset = "arat",
check_ssl = TRUE,
debug = FALSE
)
patient_number |
Patient number, without the organisation. |
respondent_track_id |
Respondent track identifier. |
organisation_id |
Organisation identifier. |
access_token |
API access token. |
base_model_mapper_url |
API endpoint for model mapper data. |
dataset |
Data set to retrieve data from. |
check_ssl |
Whether to check the SSL certificate or allow insecure connections. |
debug |
Whether to enable debugging messages. |
Data.table containing model mapper data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.