Learn R Programming

vmr (version 0.0.6)

vmrListBox: List all available version of a box

Description

List all versions and providers available of a box.

Usage

vmrListBox(box_name, org = .VagrantCloudOrganization)

Value

a data.frame with "Name, "Version", "Description", "Provider" and "Date" of the box

Arguments

box_name

the box name

org

Vagrant Cloud organization name (default : 'VMR')

Details

List information of a box from VagrantCloud. Default usage list information of a box preconfigurated with R from VMR organization account.

Examples

Run this code
if (FALSE) {
# List Boxes
boxes <- vmrList()
# Box informaion
box_info <- vmrListBox(boxes$Name[1])
box_info
}

Run the code above in your browser using DataLab