krank.tables.fetch_paquet2020#
- krank.tables.fetch_paquet2020(table, version=None, load=True, **kwargs)#
Paquet et al., 2020, Dreaming, A quantitative text analysis approach to describing posttrauma nightmares in a treatment-seeking population, doi:10.1037/drm0000128
Table captions#
Table 1: Participant Demographics by Group.
Table 2: Psychological Diagnosis and Nightmare Qualities Experienced by Sample.
Table 3: Results Table of LIWC Variables.
Parameters#
- tablestr
Name of table to fetch.
- versionstr or None
Name of version. If
None(default), fetches the latest version.- loadbool or callable
If
False(default), fetch the file and return the local filepath. IfTrue, fetch the file and load it as apandas.DataFrame. If a callable, fetch the file an load it with the custom callable.- **kwargsdict, optional
Additional keyword arguments are passed to
pooch.retrieve().
Returns#
- str or
DataFrame Path of retrieved file if
loadis False, orpandas.DataFrameifloadis True.