我要检查我是否有用户名和API密钥:
plotly:::verify("Macrosummer")
但该函数返回如下信息:
[1] ""
Warning message:
Couldn't find Macrosummer
我尝试使用以下代码验证API密钥:
plotly:::verify("6yvu16vlkv")
该函数返回如下信息:
[1] ""
Warning message:
Couldn't find 6yvu16vlkv
如何获得正确的结果?
答案 0 :(得分:0)
对于验证命令,您可以按照安装[说明] [1]中的说明运行,即plotly:::verify("username")
(无需使用您的用户名/ api密钥)。然后,这应该返回您的用户名。