qgis_openurl | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Open file or URL (native:openurl). Opens files in their default associated application, or URLs in the user's default web browser. This algorithm opens files in their default associated application, or URLs in the user's default web browser.
qgis_openurl(
URL = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
URL |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
SUCCESS - outputBoolean - Successfully performed opening file or URL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.