powered by
List all versions and providers available of a box.
vmrListBox(box_name, org = .VagrantCloudOrganization)
a data.frame with "Name, "Version", "Description", "Provider" and "Date" of the box
the box name
Vagrant Cloud organization name (default : 'VMR')
List information of a box from VagrantCloud. Default usage list information of a box preconfigurated with R from VMR organization account.
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