Description Usage Arguments Author(s) Examples
View source: R/ausmacrodatasearch.R
search_ausmacrodata() searches http://ausmacrodata.org and returns a
data frame describing data sets matching the search query.
1  | search_ausmacrodata(term)
 | 
term | 
 a character string containing a search term.  | 
Rob J Hyndman
1 2 3 4  | # Find all data sets that are about births
datasets <- search_ausmacrodata('births')
# Load first data set
y <- get_ausmacrodata(datasets[1,'ID'])
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.