소개글이 비어있어요
게시글
질문&답변
rdata 읽기
Hey @Escape Road Game Yes, you are correct that an RData file is not meant to be opened directly in RGUI like a regular file. Instead, you load it into an R session using the load() function. In RStudio or RGUI, you can use load("yourfile.RData") to load the data into your workspace. Once the file is loaded, you can access the objects stored in the RData file as if they were part of your active session.
- 0
- 1
- 397
질문&답변
summary(df_final)했을 때
@basketball legends It is an issue that you should not be concerned about if you look at it based on the third test. If you listen to the lecture correctly, it will be explained to you, but if you don't listen to the lecture as I do and just solve the problem, you will not be able to understand it.
- 0
- 2
- 229