competition_list_files {fastai} | R Documentation |
list files for competition
competition_list_files(competition)
competition |
the name of the competition |
list of files
## Not run:
com_nm = 'titanic'
titanic_files = competition_list_files(com_nm)
## End(Not run)