groan_search {dadjokeapi}R Documentation

Function to search and return dad jokes with specific terms

Description

This function returns a specific dad joke as a png from https://icanhazdadjoke.com using its dad joke ID.

Usage

groan_search(term)

Arguments

term

A term to search https://icanhazdadjoke.com

Value

Returns a tibble of joke and joke id for jokes that contain the search term.

Examples

groan_search(term = "cat")

[Package dadjokeapi version 1.0.2 Index]