db = edc_example()
load_database(db)
edc_find_value("respi")
edc_find_value(2010)
edc_find_column("ad")
edc_find_column("date")
#with regex
edc_find_column("\\d")
edc_find_column("\\(") #you need to escape special characters
Run the code above in your browser using DataLab