get_file: Get the file from the path

View source: R/set_assignment.R

get_fileR Documentation

Get the file from the path

Description

Get/download the file from the path.

Usage

get_file(path, dest, ...)

## S3 method for class 'path_local'
get_file(path, dest, ...)

## S3 method for class 'path_http'
get_file(path, dest, ...)

## S3 method for class 'path_github'
get_file(path, dest, ...)

Arguments

path

Path object

dest

Destination for the file

...

Further arguments to send to httr::GET().


MansMeg/markmyassignment documentation built on Jan. 31, 2024, 4:11 p.m.