id_link | R Documentation |
Adds a markdown hyperlink target based on the id_field.
id_link(df, id_field)
df |
data frame; data frame containing the field to be created |
id_field |
character; id field |
The input data frame with a new field formatted according to markdown link requirements.
# Get test data db_risk <- rarr::db_risk # Cleanup risk number for sorting risk <- format_id(db_risk, "RISK_NO") # Create hyperlink to risk_no risk <- id_link(risk, "risk_no")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.