简体   繁体   English

如何在R的plotly包中使用plotly函数?

[英]How to use the plotly function in plotly package of R?

I am tring check if I have a username and API key with: 我正在检查是否具有以下用户名和API密钥:

plotly:::verify("Macrosummer")

but the function return the information as below: 但是函数返回的信息如下:

[1] ""
Warning message:
Couldn't find Macrosummer 

And I try to verify the API key with the code as : 我尝试使用以下代码验证API密钥:

plotly:::verify("6yvu16vlkv")

the function return the information as below: 该函数返回如下信息:

[1] ""
Warning message:
Couldn't find 6yvu16vlkv 

How to get the right result? 如何获得正确的结果?

For the verify commands you can run as written in the installation [instructions][1] ie plotly:::verify("username") (no need to use YOUR username/api key). 对于验证命令,您可以按照安装[说明] [1]中的说明运行,即plotly:::verify("username") (无需使用您的用户名/ api密钥)。 This should then return YOUR username. 然后应该返回您的用户名。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在R函数ggplotly(来自plotly包)中,如何调整标签内容 - In R function ggplotly ( from plotly package), how to adjust the label content plotly如何在R shiny中使用 - How to use plotly in R shiny 如何在 plotly 中使用 layout() function 来设置轴标题 R - How to use the layout() function in plotly to set axes titles R R Plotly:如何将config()与plotly_build()结合使用? - R Plotly: How to use config() in conjunction with plotly_build()? 使用flashBS包中的bsModal和plotly R plotly_click在弹出窗口中生成新的图 - Use bsModal in the shinyBS package with plotly R plotly_click to generate new plot in pop up 如何使用 R 在 plotly plot 中查看我用“size =”指定的变量的值(包:plotly) - How can I see the values of a variable that I specified with “size = ” in a plotly plot using R (package: plotly) 如何在 Google Colab 的 Jupyter notebook 中使用 R 运行 plotly 包 - How to run plotly package with R in Jupyter notebook from Google Colab 努力将 Plotly 与 R 中的数据一起使用 - Struggling to use Plotly with data in R 在 R 中,如何使用 plotly 的 highlight() 函数来激活 ggplot 2 图形层? - In R, how to use plotly's highlight() function to activate a ggplot 2 graphic layer? 删除 plotly R ZEFE90A8E604A7C840E88D03A67F6B7DZ 中的辅助 hover 文本 - Remove auxiliary hover text in plotly R package
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM