开发者

Can someone please help me explain this R code?

开发者 https://www.devze.com 2022-12-07 17:31 出处:网络
I am beginner and I want to understand what recursive and full.names does. df <- list.files( path = "path/to/files",

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

精彩评论

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

关注公众号