Title: | Meet the Requirements to Install and Use 'TILT' |
---|---|
Description: | Meet the requirements to install and use sofware from the project 'TILT' (<https://www.tiltsmes.org/>). |
Authors: | Mauro Lepore [aut, cre] , 2 Degrees Investing Initiative [cph, fnd] |
Maintainer: | Mauro Lepore <[email protected]> |
License: | GPL (>= 3) |
Version: | 0.0.1 |
Built: | 2024-10-12 05:10:29 UTC |
Source: | https://github.com/2DegreesInvesting/tiltRequirements |
Say hello
hello(who = c("world", "tilt"))
hello(who = c("world", "tilt"))
who |
A valid string. |
A string.
hello() hello("tilt") # Errors try(hello("invalid"))
hello() hello("tilt") # Errors try(hello("invalid"))