Skip to content

Commit

Permalink
readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Yousuf28 committed Aug 22, 2024
1 parent f856cd0 commit d5433a0
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ install.packages("devtools")
devtools::install_github('phuse-org/send-summarizer')
```

`
### for development
clone the repo and follow the instructions.

Expand All @@ -32,8 +31,7 @@ sendSummarizer::send_cross_study_app('path_database.db')

# more example

```{R}
```
path_db <- "C:/directory/send.db"
studyid <- '112344'
Expand All @@ -54,11 +52,6 @@ bw_score
all_score <- get_all_score(studyid, path_db, domain = c('lb', 'bw', 'mi'))
all_score
compile <- get_compile_data(studyid, path_db)
compile
```

0 comments on commit d5433a0

Please sign in to comment.