if (FALSE) {
# Find objects which were modified last_week
object <- gen_modified_data(date = "week_before")
# Find tables that were new from 31.03.2020
object <- gen_modified_data(type = "tables", date = "31.03.2020")
# Find objects related to the topic "Bevölkerung" (Code: '12*') which were new today
object <- gen_modified_data(code = "12*")
}
Run the code above in your browser using DataLab