link_path | R Documentation |
Read the value of a symbolic link
link_path(path)
path |
A character vector of one or more paths. |
A tidy path to the object the link points to.
file_create("foo")
link_create(path_abs("foo"), "bar")
link_path("bar")
# Cleanup
file_delete(c("foo", "bar"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.