Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add documentation for cleaner function #2

Merged
merged 2 commits into from
Mar 6, 2021
Merged

Add documentation for cleaner function #2

merged 2 commits into from
Mar 6, 2021

Conversation

JuntingHe
Copy link
Collaborator

No description provided.

@JuntingHe JuntingHe added this to the Milestone 2 milestone Mar 5, 2021
@JuntingHe JuntingHe linked an issue Mar 6, 2021 that may be closed by this pull request
R/data_cleaner.R Show resolved Hide resolved
#'
#' @param scraped_df A data.frame containing web-scraped data like listing url, price and house type.
#'
#' @return data.frame A cleaned dataframe containing ininformation like listing url, price, number of bedroom, area in sqft, and city.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
#' @return data.frame A cleaned dataframe containing ininformation like listing url, price, number of bedroom, area in sqft, and city.
#' @return tibble A cleaned tibble containing information like listing url, price, number of bedrooms, area in sqft, and city.

@athy9193 athy9193 merged commit a449442 into main Mar 6, 2021
@athy9193 athy9193 linked an issue Mar 13, 2021 that may be closed by this pull request
@athy9193 athy9193 removed a link to an issue Mar 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Function 2: Cleaner
3 participants