url.exists: Check URL based on httr package

Description Usage Arguments Value Author(s) Examples

Description

Check if URL exists.

Usage

1
2
url.exists(url = "https://github.com/phuse-org/phuse-scripts.git",
  show = FALSE)

Arguments

url

a URL for a remote repository and default to 'https://github.com/phuse-org/phuse-scripts.git'

show

bolean variable; default to FALSE

Value

TRUE or FALSE

Author(s)

Hanming Tu

Examples

1
  url.exists('https://github.com/phuse-org/phuse-scripts.git')

phuse documentation built on March 26, 2020, 6:31 p.m.