Hi! I would like to know how to get the "character" vector of the output of dir_ls from fs package.
nomb <- dir_ls(glob = "*.xlsx")
nomb %>% class()
The result of the last part is "fs_path" "character". Until this time, I haven't found the way of how to extract the latest part. Please any comment and help with this will be highly appreciate.
Thank you.
Regards