yuyu1
November 29, 2024, 12:44am
1
、、、
library(tidyverse)
library(dplyr)
setwd('D:/Users/GBD数据')
getwd()#修改成你自己的文件夹路径
data <- read.csv('IHME-GBD_2021_DATA-b998c138-1',header = T)
、、、
错误于file(file, "rt"): 无法打开链结
此外: 警告信息:
In file(file, "rt") :
无法打开文件'IHME-GBD_2021_DATA-b998c138-1': No such file or directory
FJCC
November 29, 2024, 1:13am
2
You need to include the file extension in the file name. Is the file named IHME_GBD_2021_DATA-b998c138-1.csv
? You can set Windows to display the file name extension.
2 Likes
system
Closed
December 6, 2024, 1:13am
3
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed. If you have a query related to it or one of the replies, start a new topic and refer back with a link.