Package 'tiltRequirements'

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

Help Index


Say hello

Description

Say hello

Usage

hello(who = c("world", "tilt"))

Arguments

who

A valid string.

Value

A string.

Examples

hello()

hello("tilt")

# Errors
try(hello("invalid"))