printMean: Print mean values in a sentence

Description Usage Arguments Value Examples

View source: R/printMean.R

Description

This function calculates the mean of its input and prints it into a sentence. The function is called in analysis.Rmd

Usage

1

Arguments

x

A vector of numeric values of which to calculate the mean

Value

The output of print after calculating the mean and pasting it into a sentence

Examples

1
printMean(c(1,2,3))

selinaZitrone/YoMos2020 documentation built on June 29, 2021, 2:08 p.m.