Changes between Version 18 and Version 19 of WikiStart


Ignore:
Timestamp:
02/07/18 09:38:43 (6 years ago)
Author:
alafoe
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v18 v19  
    2323Le fichier '''fc_common.R''' contient les fonction suivantes :  
    2424 
     25 || '''Function name''' || '''Description''' || 
    2526 || 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''. || 
    2627 || get_token_local || Reads the token from the local file. || 
    2728 || get_token_server || Acquires a new token from the API-REST. || 
    2829 || write_token || Saves in the local file the newly acquire token. ||  
    29  
     30 || || || 
    3031 || define_computetime || Date formating function || 
    3132 || print_elapsed_time || Function to print the time of a code part, with an argument for the text to be printed. || 
    3233 || 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 || || || 
    3435 || write.RSMcsv  || Function to export data in a CSV format readable by RS MINERVE. || 
    3536