Skip to contents

Functions for handling git repositories in markermd Handles both local directories and remote GitHub repositories

Usage

setup_assignment_repo(
  assignment_path,
  local_dir = NULL,
  is_github_repo = FALSE
)

Arguments

assignment_path

Character. Local path or "owner/repo" format

local_dir

Character. Local directory for cloning (required for remote)

is_github_repo

Logical. Whether this is a GitHub repo