RtoHTML: RtoHTML

View source: R/RtoHTML.R

RtoHTMLR Documentation

RtoHTML

Description

This function creates the code needed to make the output of selected R function appear correctly in moodle quizzes.

Usage

RtoHTML(method, x, y, n, varnames, ...)

Arguments

method

name of the R routine

x

data passed to all functions

y

data passed to functions t.test (two-sample) and lm

n

data passed to function binom.test

varnames

names of variables as they are shown in quiz

...

additional arguments passed to method

Value

a string


moodlequizR documentation built on May 29, 2024, 9:12 a.m.