Enter_to_Continue: Enter_to_Continue: wait your response to continue
Description
wait your response to continue
Usage
Enter_to_Continue(df_input_output = NULL)
Arguments
df_input_output
data.frame.
df_input_output shall be either NULL or a two column data.frame with characters as values, with first column as what you want to type, and second column as what you want to return.
If it is NULL, then it will return ' Press [enter] to continue; Type [s] to stop'.
See the sample code for the df case.