powered by
Mostly useful for internal workings of this package, this function extracts images at given URL and returns it in a dataframe.
kitty_pics_df(url, ...)
URL for the source from which individual image URLs are to be extracted.
Currently ignored.
A tibble containing extracted details from the provided URL.
# NOT RUN { set.seed(123) kittyR::kitty_pics_df("https://unsplash.com/s/photos/kitten/") # }
Run the code above in your browser using DataLab