Skip to content

Commit

Permalink
Merge pull request #50 from getwilds/vignette
Browse files Browse the repository at this point in the history
fixed readme
  • Loading branch information
realbp authored Mar 4, 2024
2 parents f403a3a + f0bf831 commit 384174e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions R/process-response.R
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ process_response <- function(resp) {
resp <- resp_lines[(index_first_line_break + 1):(index_second_line_break -1)] %>%
paste(collapse = "\n") %>%
(\(x) read.csv(textConnection(x), header=TRUE, colClasses = "character"))()

# resp <- resp %>%
# read.csv(text=.)

column <- c("Health.Service.Area", "County", "State")[c("Health.Service.Area", "County", "State") %in% colnames(resp)]

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Cancerprof is designed to allow programmable research with data from [State Canc

## Installation

You can install the development version of `rcromwell` from [GitHub](https://github.com/) with:
You can install the development version of `cancerprof` from [GitHub](https://github.com/) with:

```r
# install.packages("pak")
Expand Down

0 comments on commit 384174e

Please sign in to comment.