emr_track.exists: Checks whether the track exists

View source: R/track.R

emr_track.existsR Documentation

Checks whether the track exists

Description

Checks whether the track exists.

Usage

emr_track.exists(track, db_id = NULL)

Arguments

track

track name

db_id

string of a db dir passed to emr_db.connect

Details

This function checks whether the track exists. If db_id is passed, the function checks whether the track exists in the specific db.

Value

'TRUE' if the tracks exists, otherwise 'FALSE'

See Also

emr_track.ls, emr_track.info

Examples


emr_db.init_examples()
emr_track.exists("sparse_track")

naryn documentation built on Sept. 27, 2024, 5:07 p.m.