var_to_string | R Documentation |
Convert a variable created by string_to_var
back to the original string.
var_to_string(str)
str |
string which was generated by |
the original string
var_to_string(string_to_var("a & b"))
var_to_string(string_to_var("saba and savta"))
var_to_string(string_to_var("/home/mydir"))
var_to_string(string_to_var("www.google.com"))
var_to_string(string_to_var("my_variable + 3"))
var_to_string(string_to_var(".hidden variable"))
var_to_string(string_to_var("NULL"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.