pymovements.Dataset.load_participants#
- Dataset.load_participants(*, replace: bool = False) None[source]#
Load participants file from resources.
- Parameters:
replace (bool) – If True this will replace
participantswith the loaded data. If False this will update the existing data inparticipantswith the loaded data.