playlist.fetch(RLastFM)
playlist.fetch()所属R语言包:RLastFM
Fetch contents of a lastfm:// playlist
取lastfm :/ /播放的内容
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Fetch contents of a lastfm:// playlist
取lastfm :/ /播放的内容
用法----------Usage----------
playlist.fetch(playlistURL, key = lastkey, parse = TRUE)
参数----------Arguments----------
参数:playlistURL
playlist URL of the form lastfm://....
播放列表URL的形式lastfm :/ / ....
参数:key
API key, defaults to global variable lastkey
API键,默认为全球变量lastkey的
参数:parse
Parse the returned XML into a list?
解析返回的XML到一个列表?
值----------Value----------
If parse = TRUE, <table summary="R valueblock"> <tr valign="top"><td>title</td> <td> track title</td></tr> <tr valign="top"><td>artist</td> <td> track artist</td></tr> </table> If parse = FALSE, a object of type "XMLInternalDocument" and "XMLAbstractDocument"
如果解析= TRUE,表summary="R valueblock"> <tr valign="top"> <TD>title </ TD> <TD>曲目标题</ TD> </ TR> <TR VALIGN如果解析=“”> <TD>artist </ TD> <TD>曲目的艺术家</ TD> </ TR> </ TABLE> = FALSE,一个对象类型为“XMLInternalDocument”和“XMLAbstractDocument的”
注意----------Note----------
API is sensitive to spelling errors.
API是敏感的拼写错误。
(作者)----------Author(s)----------
Greg Hirson <ghirson@ucdavis.edu>
参考文献----------References----------
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|