Learn R Programming

BetaBit (version 2.2)

proton: The Proton Game

Description

The proton function is used for solving problems in the data-based game ,,The Proton Game''. Solve four data-based puzzles in order to crack into Pietraszko's account!

Usage

proton(...)

Arguments

...

proton function is called by different arguments, which vary depending on a problem that Bit is trying to solve. See Details in order to learn more about the list of possible arguments.

Author

Przemyslaw Biecek, przemyslaw.biecek@gmail.com, SmarterPoland.pl Foundation.

Details

Every time when some additional hints are needed one should add hint=TRUE argument to the proton function.

In order to get more information about a user on the Proton server one should pass action = "login", login="XYZ" arguments to the proton function.

In order to log into the Proton server one should pass action = "login", login="XYZ", password="ABC" arguments to the proton function. If the password matches login, then one will receive a message about successful login.

In order to log into a server different from Proton one should pass action = "server", host="XYZ" arguments to the proton function.

,,The Proton Game'' is a free of charge, educational project of the SmarterPoland.pl Foundation.

Examples

Run this code
proton()
proton(hint=TRUE)

Run the code above in your browser using DataLab