# NOT RUN {
# Create temp directory
tmp <- tempdir()
# Create library
libname(dat, tmp)
# Examine library path
lib_path(dat)
# [1] "C:\Users\User\AppData\Local\Temp\RtmpCSJ6Gc"
# Clean up
lib_delete(dat)
# }
Run the code above in your browser using DataLab