check_gcae_repo_is_cloned: Check if the GCAE repo is cloned. Will stop if not.

View source: R/check_gcae_repo_is_cloned.R

check_gcae_repo_is_clonedR Documentation

Check if the GCAE repo is cloned. Will stop if not.

Description

Check if the GCAE repo is cloned. Will stop if not.

Usage

check_gcae_repo_is_cloned(gcae_options = create_gcae_options())

Arguments

gcae_options

options to run GCAE, as created by create_gcae_options

Value

nothings

Author(s)

Richèl J.C. Bilderbeek

See Also

use clone_gcae_repo to clone the GCAE repo

Examples

if (has_cloned_gcae_repo()) {
  check_gcae_repo_is_cloned()
}

richelbilderbeek/gcaer documentation built on March 25, 2024, 3:08 p.m.