Description Usage Arguments Examples
This function takes the URLs in the tweets' text and it indicates whether this contains a link to an image (==1) or not (==0).
1 | add_image_dummy(dataset, var_full_url = "links_full_url")
|
dataset |
The name of your dataset. |
var_full_url |
A string indicating the name of the variable in your dataset that conatins lists with full urls in the text messages. |
1 2 3 4 | ## Not run:
dataset_with_image_dummy <- add_image_dummy(dataset, "links_full_url")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.