If you want to interact with us, please file an issue or send me an email : pamriviere@protonmail.com
shinemas2R
is based on the webservice API developped in SHiNeMaS.
In order to implement new queries you need:
shinemas
If you want to contribute to SHiNeMaS API or core code source please contact ABI-Soft team.
shinemas
shinemas
in your fork:
query_type
if( query_type == "your-package_your-query-name"){ data = get_data_from_shinemas(db_url, user, password, token, query = "your-package_your-query-name") vec_fac = c("") # to complete for(v in vec_fac){ data[v] = as.factor(as.character(v)) } vec_num = c("") # to complete for(v in vec_num){ data[v] = as.numeric(as.character(v)) } }
query_type
is under the format [package-name]_[query-name]. For example PPBstats_data_agro stands for data_agro format for package PPBstats.match.arg
in the begenning of the code with "your-package_your-query-name"
@param
if there are filters if needed@details
in the begenning of the function if needed