asreview.Project.read_data

Project.read_data(use_cache=True, save_cache=True)[source]

Get Dataset object from file.

Parameters:
  • use_cache (bool) – Use the pickle file if available.

  • save_cache (bool) – Save the file to a pickle file if not available.

Returns:

Dataset – The data object for internal use in ASReview.