在Lodown库中加载SEER数据时出错

时间:2019-10-09 20:33:16

标签: downloadfile

当我尝试从lodown导入SEER数据时,使用以下代码:

library(lodown)
lodown( "seer" , output_dir = file.path( path.expand( "~" ) , "SEER" ) , your_username = "username" , your_password = "password" )

但是,用适当的凭据替换your_usernameyour_password

我收到错误消息:

Error in cat_fun(data_name = data_name, output_dir = output_dir, ...) : 
  length(fp) == 1 is not TRUE

有人可以帮我解决我做错的事吗?

0 个答案:

没有答案