Enter search string to pull back matching symbols or companies
fmpc_symbol_search(query = "apple inc", limit = 10)
a search string,for example 'tech'
limit the results to a certain number
list of symbols and companies that meet the search criteria
if (FALSE) {
# Function can work without a valid API token
fmpc_set_token() # defaults to 'demo'
fmpc_symbol_search('apple')
fmpc_symbol_search('tech', 100)
}