Description Usage Arguments Value Author(s) Examples
To avoid repetition, the raw data frames don't contain reports' URLs. This function constructs a URL given an Erowid or Dreamjournal identifier.
1 | create_url(x, user = NULL, type = NULL)
|
x |
Unique identifier (e.g. ID column from |
user |
Dreamjournal username |
type |
"erowid" or "dreamjournal" |
A character string containing the full URL.
Matti Vuorre mv2521@columbia.edu
1 2 3 4 | # To obtain an Erowid URL
create_url(erowid$id[1])
# To obtain a dreamjournal URL
create_url(dreamjournal$id[1], dreamjournal$user[1])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.