Skip to content

Commit

Permalink
fix urlcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
flyaflya committed Apr 24, 2024
1 parent 4c2d06f commit f1a2ce2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/data.R
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
#' \item{SaleType}{Type of sale}
#' \item{SaleCondition}{Condition of sale}
#' }
#' @source <https://www.kaggle.com/c/house-prices-advanced-regression-techniques/data> Accessed Jan 22, 2019. Kaggle dataset on "House Prices: Advanced Regression Techniques".
#' @source Accessed Jan 22, 2019. Kaggle dataset on "House Prices: Advanced Regression Techniques".
"houseDF"

#' Dataframe of 523 descriptions of data values from "The Ames Housing dataset", compiled by Dean De Cock for use in data science education.
Expand All @@ -137,7 +137,7 @@
#' \item{varName}{the name and description of a variable stored in the `houseDF` dataset}
#' \item{varValueDescr}{The value and accompanying interpretation for values in the `houseDF` dataset}
#' }
#' @source <https://www.kaggle.com/c/house-prices-advanced-regression-techniques/data> Accessed Jan 22, 2019. Kaggle dataset on "House Prices: Advanced Regression Techniques".
#' @source Accessed Jan 22, 2019. Kaggle dataset on "House Prices: Advanced Regression Techniques".
"houseDFDescr"

#' Dataframe of 1000 (fake) observations of whether certain car buyers were willing to get information on a credit card speciailizing in rewards for adventure travellers.
Expand Down
2 changes: 1 addition & 1 deletion man/houseDF.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/houseDFDescr.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f1a2ce2

Please sign in to comment.