R/functions.R
open_url.Rd
Open URL with default system browser (if available).
open_url(url)
A string.
This function has been auto-generated from the following Raylib function definition:
void OpenURL(const char * url);
if (FALSE) { open_url("https://example.com") }