Description Usage Arguments Details Value Examples
View source: R/AQSearch.Parameter.R
This function allow the user to search the package database to find any ATPS that matches the available criteria.
| 1 2 3 4 5 6 7 8 9 10 11 12 | 
| db | A highly structure db containing data from previously analised data. LLSR database is used by default but user may input his own db if formatted properly. | 
| db.CompA | A String variable containing either the CAS, chemical formula or name of the upper phase enriched component.. | 
| db.CompB | A String variable containing either the CAS, chemical formula or name of the lower phase component. | 
| db.CompC | A String variable containing either the CAS, chemical formula or name of the additive component. | 
| db.Temp | A numeric variable containing the Temperature (in Kelvin) to be searched within DB. | 
| db.ph | A numeric variable containing the pH to be searched within DB. | 
| db.uid | An Unique md5 hash Identification. User can retrieve data for a specific system if in possesion of its UID. | 
| stacked | A boolean variable used to return value as a nested list or a data.frame. Used internally to organize data output. | 
| ... | Additional optional arguments. None are used at present. | 
The function return the systems that matches the criteria submitted by the user.
Returns a data.frame containing system's parameters which match searched conditions
| 1 2 3 4 | ## Not run: 
AQSearch.Parameter(db.CompA="Ammonium")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.