album.getInfo(RLastFM)
album.getInfo()所属R语言包:RLastFM
API call to album.getInfo
API调用来album.getInfo
译者:生物统计家园网 机器人LoveR
描述----------Description----------
API call to album.getInfo
API调用来album.getInfo
用法----------Usage----------
album.getInfo(album = NA, artist = NA, mbid = NA, key = lastkey, parse = TRUE)
参数----------Arguments----------
参数:album
Name of the album, in quotes
这张专辑的名称,并加上引号
参数:artist
Name of the artist, in quotes
的艺术家,在引号中的名称
参数:mbid
Optionally, use the album mbid instead of album and artist
有选择地使用这张专辑的专辑和艺术家,而不是mbid
参数: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>album</td> <td> name of the album</td></tr> <tr valign="top"><td>artist</td> <td> name of the artist</td></tr> <tr valign="top"><td>mbid</td> <td> mbid for the album</td></tr> <tr valign="top"><td>releasedate</td> <td> album release date</td></tr> <tr valign="top"><td>listeners</td> <td> reported number of listeners</td></tr> <tr valign="top"><td>playcount</td> <td> reported playcount</td></tr> </table> If parse = FALSE, a object of type "XMLInternalDocument" and "XMLAbstractDocument"
如果解析= TRUE,表summary="R valueblock"> <tr valign="top"> <TD> album </ TD> <TD>专辑名称</ TD> </ TR> < TR VALIGN =“”> <TD>artist </ TD> <TD>艺术家名称</ TD> </ TR> <tr valign="top"> <TD> mbid </ TD> <TD> mbid的专辑</ TD> </ TR> <tr valign="top"> <TD>releasedate </ TD> <TD>专辑的发行日期</ TD> < / TR> <tr valign="top"> <TD> listeners </ TD> <TD>报告的听众</ TD> </ TR> <tr valign="top"> <TD> playcount </ TD> <TD>报道playcount </ TD> </ TR> </ TABLE>如果解析= FALSE,一个对象的类型是“XMLInternalDocument”和“XMLAbstractDocument的”
注意----------Note----------
API is sensitive to spelling.
API是敏感的拼写。
(作者)----------Author(s)----------
Greg Hirson <ghirson@ucdavis.edu>
参考文献----------References----------
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|