asreview.state.SQLiteState.add_note

SQLiteState.add_note(note, record_id)[source]

Add a text note to save with a labeled record.

Parameters:
  • note (str) – Text note to save.

  • record_id (int) – Identifier of the record to which the note should be added.