https://github.com/anushapb/treefrog

https://github.com/anushapb/treefrog

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.7%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: AnushaPB
  • Language: R
  • Default Branch: main
  • Size: 5.86 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 2 years ago · Last pushed almost 2 years ago
Metadata Files
Readme

README.Rmd

---
output: github_document
---



```{r, include = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)
```

# treefrog




## Installation

You can install the development version of treefrog like so:

``` r
# install.packages("devtools")
devtools::install_github("AnushaPB/treefrog")
```

## Example

```{r}
library(treefrog)
library(here)

# examples
res <- generateDirectoryTree(here(), "filetree.txt", include_pattern = c("*.py", "*.R"), exclude_pattern = "html")
```

```r
res <- generateDirectoryTree(here(), include_pattern = c("*.R"), fill_in = TRUE)
```

Owner

  • Name: Anusha Bishop
  • Login: AnushaPB
  • Kind: user
  • Company: UC Berkeley

GitHub Events

Total
Last Year

Dependencies

DESCRIPTION cran