| add_linkout | R Documentation | 
Non NA values in id_col of query_res are inserted between
pre_url and post_url to form hyperlinks. Relevant HTML markup is also added.
add_linkout(
  query_res,
  id_col,
  img_url,
  pre_url,
  post_url = NULL,
  title = id_col
)
| query_res | 
 | 
| id_col | Character with column in  | 
| img_url | Character with url to an image to display as hyperlink. | 
| pre_url | Character with url portion to paste before  | 
| post_url | Character with url portion to paste before  | 
| title | Character that will be added to hyperlink title attribute. Default is  | 
query_res with HTML for hyperlinks in id_col.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.