prompt: here is a function that writes an R markdown for you you will...

Description Usage Arguments Value Examples

View source: R/prompt.R

Description

here is a function that writes an R markdown for you you will enter the parameters in the datasets.R file it will write a report.txt file to your directory the text can be copied into an RMD for an instant report

Usage

1
prompt(data, people = "all", variables = "all")

Arguments

data

dataset of interest–should be initialized

people

vector of individual row numbers

variables

vector of columns of interest in form c(1,2,...)

Value

dataset with specified people and columns, RMD template text file

Examples

1
prompt(iris, c(2,4,5,6,7,8), c(1,2,3))

maedhays/missingdata581 documentation built on Dec. 21, 2021, 12:52 p.m.