OEIS_search_url: Find url to search in OEIS a given text

View source: R/OEIS_search_url.R

OEIS_search_urlR Documentation

Find url to search in OEIS a given text

Description

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

See Also

* OEIS_web_url

* OEIS_sequence

Examples

search_txt <- "Numbers n with property that in base 4 representation"
OEIS_search_url(search_txt)

EnriquePH/OEIS.R documentation built on March 15, 2023, 8:01 a.m.