kitty_pics_df: Prepare a dataframe with URLs for cat pictures.

Description Usage Arguments Value Examples

View source: R/kittypics_df_maker.R

Description

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

Usage

1

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

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

kittyR documentation built on April 3, 2021, 5:08 p.m.