R/r4ds.tutorials-package.R

Defines functions function_for_import

#' @keywords internal
"_PACKAGE"


# Was able to resolve R CMD check import note by using tutorial.helpers::return_tutorial_paths(). 
# This was a good "do nothing" function. Note that it needs to be inside of a function definition for the build to recognize it.\

function_for_import  <- function()
{
  temp <- tutorial.helpers::return_tutorial_paths('learnr')
}

## usethis namespace: start
## usethis namespace: end
NULL

Try the r4ds.tutorials package in your browser

Any scripts or data that you put into this service are public.

r4ds.tutorials documentation built on April 3, 2025, 5:50 p.m.