Skip to contents

Find url to search in OEIS a given text

Usage

OEIS_search_url(txt)

Arguments

txt

A string with the text to search in OEIS web

Value

A string with the search url in OEIS

Examples

search_txt <- "Numbers n with property that in base 4 representation"
OEIS_search_url(search_txt)
#> [1] "https://oeis.org/search?q=Numbers+n+with+property+that+in+base+4+representation"