# Find series that contain 'unemployment'
browse_rba_series("unemployment")
# Or all labour-related series
browse_rba_series("labour")
# Or those related to commodities
browse_rba_series("commodities")
# Or all series
browse_rba_series()
# Or just look for tables that contain the word 'labour'
browse_rba_tables("labour")
# Or all tables
browse_rba_tables()
# To re-scrape the RBA website to ensure you have up-to-date information
# about available tables:
if (FALSE) {
browse_rba_tables(refresh = TRUE)
}
Run the code above in your browser using DataLab