Skip to content

Commit

Permalink
Export, update pkg reference
Browse files Browse the repository at this point in the history
  • Loading branch information
anngvu committed Dec 10, 2024
1 parent c2eea53 commit dcc714d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export(annotate_with_samtools_stats)
export(as_table_schema)
export(assign_study_data_types)
export(bad_url)
export(bind_schema)
export(bipartite_mmd_template)
export(byte_budget)
export(calculate_related_studies)
Expand Down
1 change: 1 addition & 0 deletions R/new_project.R
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ is_valid_team <- function(id) {
#' @param schema_id Schema id as registered on Synapse.
#' @param derived_annotations Whether to enabled derived annotations.
#' Default `FALSE` as this is the API default.
#' @export
bind_schema <- function(id, schema_id, derived_annotations = FALSE) {

bind_schema_request <- jsonlite::toJSON(list(entityId = id,
Expand Down
1 change: 1 addition & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ reference:
- table_query
- as_table_schema
- make_folder
- bind_schema
- add_to_scope
- new_view
- list_project_datasets
Expand Down

0 comments on commit dcc714d

Please sign in to comment.