当我尝试从lodown导入SEER数据时,使用以下代码:
library(lodown)
lodown( "seer" , output_dir = file.path( path.expand( "~" ) , "SEER" ) , your_username = "username" , your_password = "password" )
但是,用适当的凭据替换your_username
和your_password
。
我收到错误消息:
Error in cat_fun(data_name = data_name, output_dir = output_dir, ...) :
length(fp) == 1 is not TRUE
有人可以帮我解决我做错的事吗?