kaggle_kernels_output: Retrieve a Kernel's output

View source: R/Kernels.R

kaggle_kernels_outputR Documentation

Retrieve a Kernel's output

Description

Retrieve a Kernel's output

Usage

kaggle_kernels_output(kernel, path = NULL, force = FALSE, quiet = FALSE)

Arguments

kernel

Kernel URL suffix in format <owner>/<kernel-name> (use 'kaggle_kernels_list()' to show options)

path

Folder where file(s) will be downloaded, defaults to current working directory

force

Skip check whether local version of file is up to date, force file download

quiet

Suppress printing information about the upload/download progress

Examples

## Not run: 
kaggle_kernels_output(kernel = "mrisdal/exploring-survival-on-the-titanic", path = "/path/to/dest")

## End(Not run)



JenspederM/KaggleR documentation built on June 30, 2024, 5:21 p.m.