kaggle_kernels_output | R Documentation |
Retrieve a Kernel's output
kaggle_kernels_output(kernel, path = NULL, force = FALSE, quiet = FALSE)
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 |
## Not run:
kaggle_kernels_output(kernel = "mrisdal/exploring-survival-on-the-titanic", path = "/path/to/dest")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.