Symbolic links in the www subdirectory of the Shiny app are required for the application to properly display html documents or images in html tags.

link_to_www(path, link)

www_relative(path)

Arguments

path

The (absolute) path containing the documents.

link

The name to use for the symbolic link under the www subdirectory of the Shiny app.

Value

TRUE if the symbolic link exists for link_to_www() or FALSE

otherwise. The modified path is returned by www_relative()

Functions

  • www_relative(): Strip www/ in front of the relative paths for a Shiny app.