Skip to contents

Clears any cached API schema data, forcing the next call to lt_tables() or lt_schema() to re-fetch from the API.

Usage

lt_cache_reset()

Value

Invisibly returns NULL.

Examples

if (FALSE) { # \dontrun{
  lt_cache_reset()
} # }