Head method for 'pkgmatch' objects
Usage
# S3 method for class 'pkgmatch'
head(x, n = 5L, ...)Examples
corpus <- "cran"
generate_pkgmatch_example_data (corpus = corpus)
input <- "Download open spatial data from NASA"
p <- pkgmatch_similar_pkgs (input, corpus = corpus)
head (p) # Shows first 5 rows of full `data.frame` object
#> package version rank
#> 1 crul 1.5.0 1
#> 2 ssh 0.9.3 2
#> 3 httr 1.4.7 3
#> 4 RCurl 1.98 4
#> 5 mRpostman 1.1.4 5
