开发者

Can someone please help me explain this R code?

I am beginner and I want to understand what recursive and full.names does.

df <- list.files(
  path = "path/to/files",
  recursive = TRUE,
  pattern = "\\.csv$",
开发者_如何学Python  full.names = TRUE
)

I already read the R documentation but I still don't fully understand what it does. I expect someone can help me explain the code with easy to understand example if can.

thank you

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜