Learn R Programming

kittyR (version 1.1.0)

kitty_pics_df: Prepare a dataframe with URLs for cat pictures.

Description

Mostly useful for internal workings of this package, this function extracts images at given URL and returns it in a dataframe.

Usage

kitty_pics_df(url, ...)

Arguments

url

URL for the source from which individual image URLs are to be extracted.

...

Currently ignored.

Value

A tibble containing extracted details from the provided URL.

Examples

Run this code
# NOT RUN {
set.seed(123)
kittyR::kitty_pics_df("https://unsplash.com/s/photos/kitten/")
# }

Run the code above in your browser using DataLab