This function allow the user to search the package database to find any ATPS that matches the available criteria.
# S3 method for Parameter
AQSearch(
db = LLSR::llsr_data,
db.CompA = NULL,
db.CompB = NULL,
db.CompC = NULL,
db.Temp = NULL,
db.ph = NULL,
db.uid = NULL,
stacked = FALSE,
...
)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.
A String variable containing either the CAS, chemical formula or name of the upper phase enriched component..
A String variable containing either the CAS, chemical formula or name of the lower phase component.
A String variable containing either the CAS, chemical formula or name of the additive component.
A numeric variable containing the Temperature (in Kelvin) to be searched within DB.
A numeric variable containing the pH to be searched within DB.
An Unique md5 hash Identification. User can retrieve data for a specific system if in possesion of its UID.
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.
Returns a data.frame containing system's parameters which match searched conditions
The function return the systems that matches the criteria submitted by the user.
# NOT RUN {
AQSearch.Parameter(db.CompA="Ammonium")
# }
Run the code above in your browser using DataLab