if (FALSE) {
## Search for a funky tune:
modland <- modLand.search.mod("elekfunk mod")
## The ogg file can be downloaded (in this case to the tempdir()),
## but it is not supported by the ProTrackR package...
utils::download.file(modland$url[1], tempdir())
## Instead, use the following approach to download the module:
mod <- modLand.download.mod(modland$format[1],
modland$author[1],
modland$title[1])
}
Run the code above in your browser using DataLab