Command Documentation

Index

Main.Retriever.commitFunction
    commit(dataset, commit_message::String="", path::String="", quiet::Bool=false)

Commit Retriever dataset.

source
Main.Retriever.create_rdatasetFunction
create_rdataset(engine, package::String, dataset_name::String, script_path::Union{String, Nothing}=nothing)

Download files for RDatasets to the raw data directory

source
Main.Retriever.downloadMethod
    download(dataset; path::String="./", quiet::Bool=false,
                subdir::String="", debug::Bool=false, use_cache::Bool=false)

Download scripts for retriever.

source
Main.Retriever.install_csvMethod

    install_csv(dataset; table_name::String="", compile::Bool=false,
        data_dir=pwd(), debug::Bool=false, use_cache::Bool=true)

Install Retriever scripts in csv format.

source
Main.Retriever.install_jsonMethod
    install_json(dataset; table_name::String="", data_dir=pwd(),
    debug::Bool=false, use_cache::Bool=true)

Install Retriever scripts in json format.

source
Main.Retriever.install_msaccessMethod
    install_msaccess(dataset; file::String="", table_name::String="",
                data_dir=pwd(), debug::Bool=false, use_cache::Bool=true)

Install Retriever scripts in msacces.

source
Main.Retriever.install_mysqlMethod
    install_mysql(dataset; user::String="root",
                password::String="", host::String="localhost",
                port::Int=3306, database_name::String="", table_name::String="",
                compile::Bool=false, debug::Bool=false, quiet::Bool=false,
                use_cache::Bool=true)

Install Retriever scripts in mysql database.

source
Main.Retriever.install_postgresMethod
    install_postgres(dataset; user::String="postgres",
                password::String="", host::String="localhost",
                port::Int=5432, database::String="postgres",
                database_name::String="", table_name::String="", bbox::Any=[],
                debug::Bool=false, use_cache::Bool=true)

Install Retriever scripts in database.

source
Main.Retriever.install_sqliteMethod
    install_sqlite(dataset; file::String="", table_name::String="",
                data_dir=pwd(), debug::Bool=false,
                use_cache::Bool=true)

Install Retriever scripts in database.

source
Main.Retriever.install_xmlMethod
    install_xml(dataset; table_name::String="", compile::Bool=false, data_dir=pwd(), 
            debug::Bool=false, use_cache::Bool=true)

Install Retriever scripts in xml format.

source