View source: R/misc_functions.R
get_pcloud_path | R Documentation |
'get_pcloud_path' returns the path of pCloud
get_pcloud_path(pathtail = character(0))
pathtail |
A String vector (if not a string then it is converted to String). If present, it gets concatenated with the pCloud path. See examples. |
This is an auxilliary function: It finds the pCloud path in Windows, Linux, and OSX operating systems.
pCloud path as a String. If pathtail is present, it concatenates the Dropbox path with pathtail.
## Not run:
# Only work if Dropbox is installed.
get_pcloud_path() # Returns pCloud path
get_pcloud_path("pathdownthetree") # Returns "pcloud_path_path/pathdownthetree",
# where pcloud_path is the path to pCloud
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.