# NOT RUN {
# Get all tables
all_tables <- get_tables()
# Or get tables for specific subjects
some_tables <- get_tables(subjects = c("2", "3413"))
# Get all tables updated within the past 3 days
tables_past3days <- get_tables(pastdays = 3)
# }
Run the code above in your browser using DataLab