#' lab3: A package for Euclidian algorithm and dijkstra
#'
#' The lab3 package provides two functions: euclidian and dijkstra.
#'
#' @section euclidian: The euclidian function find the greatest common divisor
#' of two numbers.
#'
#' @section dijkstra: The dijkstra function takes a graph and an initial node
#' and calculates the shortest path from the initial node to every other node
#' in the graph.
#'
#' @docType package
#' @name lab3
NULL
#> NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.