Turn a httr response created by vz_get_directory_responses()
into and XLS file
Source: R/school_directory.R
vz_write_directory_quasixls.Rd
Turn a httr response created by vz_get_directory_responses()
into and XLS file
Usage
vz_write_directory_quasixls(response, write_file = FALSE, dest_dir = getwd())
Arguments
- response
a httr respons returned by
vz_get_directory_responses()
- write_file
Whether to write the XLS files locally.
- dest_dir
Directory in which to write XLS files. Defaults to working directory.