asreview.ASReviewProject.read_data

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

Get ASReviewData 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:

ASReviewData – The data object for internal use in ASReview.