url.exists: Check URL based on httr package

url.existsR Documentation

Check URL based on httr package

Description

Check if URL exists.

Usage

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

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

TuCai/phuse documentation built on Sept. 2, 2022, 5:17 a.m.