Skip to contents

See what same-named .R files are in 2 sourcecode folders

Usage

dupeRfiles(folder1 = "../EJAM/R", folder2 = "./R")

Arguments

folder1

path to other folder with R source files

folder2

path to a folder with R source files, defaults to "./R"

Details

See dupeRfiles() for files supporting a shiny app that is not a package

See dupenames() for objects that are in R packages.

See datapack() for objects that are in R packages.

See functions_in_pkg() for functions in R package.

See functions_that_use() - searches for text in each function exported by pkg (or each .R source file in pkg/R)