Changes between Version 18 and Version 19 of WikiStart
- Timestamp:
- 02/07/18 09:38:43 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v18 v19 23 23 Le fichier '''fc_common.R''' contient les fonction suivantes : 24 24 25 || '''Function name''' || '''Description''' || 25 26 || get_token || Manage acquisition of the token : first uses ''get_token_local'', if it fails, uses ''get_token_server'' and the saves the token with ''write_token''. || 26 27 || get_token_local || Reads the token from the local file. || 27 28 || get_token_server || Acquires a new token from the API-REST. || 28 29 || write_token || Saves in the local file the newly acquire token. || 29 30 || || || 30 31 || define_computetime || Date formating function || 31 32 || print_elapsed_time || Function to print the time of a code part, with an argument for the text to be printed. || 32 33 || pause_and_print || Function to makes a break and print that it has done a break (used in the download functions, to handle cases where API-REST does temporary not answer, for example due to a manuel restart). || 33 34 || || || 34 35 || write.RSMcsv || Function to export data in a CSV format readable by RS MINERVE. || 35 36