tally.dataset.DataSet.find#

DataSet.find(**kwargs)#

Find variables by searching their names for substrings.

Parameters
  • str_tags (string or list of strings) – The strings tags to look for in the variable names. If not provided, the modules’ default global list of substrings from VAR_SUFFIXES will be used.

  • suffixed (boolean (default false)) – If true, only variable names that end with a given string dequence will qualitfy.