Calls available methods to check your personal info on DADATA

personal_info(method)

Arguments

method

Name of supported method. Available 3 methods, without adjusted parameters:

  • stat

  • balance

  • version

Examples

if (FALSE) { # show your stats of used methods personal_info("stat") # show your current balance personal_info("balance") # show actual time of available resources personal_info("version") }