Skip to contents

The refine.bio R package caches downloaded datasets locally.

Usage

datastore_set_path(path)

Arguments

path

character(1) The path to the local datastore.

Value

character(1)

The path to the local datastore.

Details

This function sets the path to the local datastore.

Order of precedence:

  1. datastore_path argument

  2. refinebioc.datastore option

  3. REFINEBIOC_DATASTORE environment variable

See also

Other Local datastore operations: datastore_example_path(), datastore_get_path()