## this is the path for csv example files, decompressed
path <- 'C:/this/is/my/data/path'
## import, do not include file extension
import_local(path, 'apaebmet')
## this is the path for csv example files, zipped folder
path <- 'C:/this/is/my/data/path.zip'
## import, do not include file extension
import_local(path, 'apaebmet')Run the code above in your browser using DataLab