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] (ORCID: <https://orcid.org/0000-0002-1986-7988>), 2 Degrees Investing Initiative [cph, fnd]
Maintainer: Mauro Lepore <[email protected]>
License: GPL (>= 3)
Version: 0.0.1
Built: 2026-05-21 09:23:35 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"))