confirm_msg

pyrcs.utils.confirm_msg(data_name)[source]

Returns a message for comfirming whether to proceed to collect a certain cluster of data.

Parameters:

data_name (str) – The name of data, e.g. “Railway Codes”.

Returns:

A confirmation message.

Return type:

str

Examples:

>>> from pyrcs.utils import confirm_msg
>>> msg = confirm_msg(data_name="Railway Codes")
>>> print(msg)
To collect data of Railway Codes
?