krank.tables.fetch_meador2022#

krank.tables.fetch_meador2022(table, version=None, load=True, **kwargs)#

Meador et al., 2022, Appl Cognit Psychol, Lexical tendencies of high and low barrier personalities in narratives of everyday and dream memories, doi:10.1002/acp.3976

Table captions#

  • Table 1: Change in symptoms and language.

Parameters#

tablestr

Name of desired table. Available tables are table1.

versionstr or None

Version of zenodo repository. If None, defaults to latest version.

**kwargs

Optional keyword argument(s) passed to fetch().

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. If True, fetch the file and load it as a pandas.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 load is False, or pandas.DataFrame if load is True.