get_example_filepath: Retrieve example file path

View source: R/assignr.R

get_example_filepathR Documentation

Retrieve example file path

Description

Obtains the file path for the example Rmd in the package.

Usage

get_example_filepath(x)

Arguments

x

A character containing the name of the example Rmd.

Details

The following example files ship with the package:

  • hw00-main.Rmd

Value

File path to the example file that ships with the package.

Examples

get_example_filepath("hw00-main.Rmd")

coatless/assignr documentation built on Nov. 17, 2023, 3:43 a.m.