Skip to content

Instantly share code, notes, and snippets.

@viniroger
Created May 18, 2018 09:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save viniroger/fdd3d799f878010ebf4c64b38e63e43a to your computer and use it in GitHub Desktop.
Save viniroger/fdd3d799f878010ebf4c64b38e63e43a to your computer and use it in GitHub Desktop.
Listar os arquivos do diretório "dados" terminados em ".csv", guardando os nomes em uma lista
files = list.files(path = 'dados', pattern = '.csv')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment