kitty_pics_df: Prepare a dataframe with URLs for cat pictures.

View source: R/kittypics_df_maker.R

kitty_pics_dfR Documentation

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 data frame.

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

set.seed(123)
kittyR::kitty_pics_df("https://unsplash.com/s/photos/kitten/")

IndrajeetPatil/kittyR documentation built on Aug. 17, 2022, 1:55 p.m.