---
output: github_document
---

<!-- README.md is generated from README.Rmd. Please edit that file -->

```{r, echo = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)
```

# pkgdown.test

The goal of pkgdown.test is to ...

## Example

This is a basic example which shows you how to solve a common problem:

```{r example}
library(pkgdown.test)
obj <- 5
the_thing <- do_something(obj)
updating_function(the_thing)
```