I see the value of use_course(), but I sometimes want to download a ZIP file that is not an RStudio project, and use it. For example, a ZIP file that lives somewhere online that contains some shapefiles that I want to use.
So how would you feel about a PR that includes use_zip(), which is just like use_course() except that it returns an fs_path to the unzipped directory? use_course() could would then call use_zip() to maintain its current functionality.