Skip to content

Commit

Permalink
forgot to add these files related to DMOZ data
Browse files Browse the repository at this point in the history
  • Loading branch information
kshirley committed Sep 11, 2015
1 parent 7d4d706 commit b050391
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
Binary file added data/dmoz.RData
Binary file not shown.
25 changes: 25 additions & 0 deletions man/dmoz.Rd
@@ -0,0 +1,25 @@
% Generated by roxygen2 (4.0.1): do not edit by hand
\docType{data}
\name{dmoz}
\alias{dmoz}
\title{URL counts within the "Top/Sports" branch of the DMOZ directory.}
\format{A data frame with 15018 rows and 4 variables:
\describe{
\item{node}{node ID number for each topic, numbered from
1 to n = 15018 by default}
\item{parent}{the node ID number of the parent of each node}
\item{weight}{the number of URLs assigned to each topic in the hierarchy}
\item{label}{the name of the topic in the hierarchy}
}}
\source{
\url{http://www.dmoz.org/rdf.html}
}
\usage{
dmoz
}
\description{
A list of the counts of URLs that belong in each topic of the "Top/Sports"
subtree of the DMOZ directory.
}
\keyword{datasets}

0 comments on commit b050391

Please sign in to comment.