fetch | R Documentation |
A collection of function for fetching famous remote data sets.
fetch_bunny(data_folder, accept_license = FALSE)
fetch_spiral_2d(data_folder)
clear_data_home(data_folder)
data_folder |
A string specifying a location for storing data ot be used with GUDHI. |
accept_license |
A boolean specifying whether the user accepts the file
|
A numeric array storing the points of the corresponding data set.
The fetch_bunny()
function returns a numeric array of shape 35947
\times 3
.
spiral_2d
datasetThe fetch_spiral_2d()
function returns a numeric array of shape
114,562 \times 2
.
b <- withr::with_tempdir({fetch_bunny(getwd())})
s <- withr::with_tempdir({fetch_spiral_2d(getwd())})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.