Search - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


DataSets

  

Search

  

find data sets by keyword

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

Search(keyword)

Search(keyword, options)

Parameters

keyword

-

string to look for

options

-

(optional) keyword options of the form offset = n and/or maxhits = m, where n and m are nonnegative integers

Description

• 

The Search command finds data sets and data records by searching for the given keyword.

• 

The result is a list of the data reference objects found. What is returned is a sublist of all results for the given keyword. By default, the first 25 elements of the sublist are returned, if there are at least 25 results.

• 

If the offset = n option is given, then the first n elements of the results list are skipped. By default, the value of n is 0.

• 

If the maxhits = m option is given, then m results are returned, if they are available. By default, the value of m is 25.

Examples

withDataSets:

Search for data sets related to imports.

Searchimports,maxhits=2

Country (Name)Gross national saving (% GDP)AfghanistanundefinedAlbania14.1000Algeria45.5000(182 more),Country (Name)Crude oil - importsAfghanistan0Albania0Algeria6400.bbld(182 more)

(1)

The next 3 results are as follows:

Searchimports,offset=2,maxhits=3

Country (Name)Refined petroleum products - productionAfghanistan0Albania3121.bbldAlgeria571400.bbld(182 more),Country (Name)Refined petroleum products - consumptionAfghanistan4229.bbldAlbania38390.bbldAlgeria316400.bbld(182 more),Country (Name)Refined petroleum products - importsAfghanistan36250.bbldAlbania22810.bbldAlgeria17270.bbld(182 more)

(2)

Compatibility

• 

The DataSets[Search] command was introduced in Maple 2015.

• 

For more information on Maple 2015 changes, see Updates in Maple 2015.

See Also

DataSets

DataSets[Reference]