Skip to content

Commit

Permalink
sc_table_saved no run
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkowa committed Apr 8, 2024
1 parent c25ee4b commit dbd90fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vignettes/sc_table_saved.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If [saved tables] are present in STATcube, those can be imported without
downloading a json file. All saved tables can be shown with
`sc_table_saved_list()`.

```{r}
```{r,eval=FALSE}
sc_table_saved_list()
```

Expand Down Expand Up @@ -61,13 +61,13 @@ my_response <- sc_table("wine.json")
Most STATcube databases have an associated default table.
Those default tables can also be loaded with `sc_table_saved()`.

```{r}
```{r,eval=FALSE}
sc_table_saved('str:table:defaulttable_deake005')
```

All available default tables as well as other saved tables can be discovered using `sc_schema_catalogue()`. See the `r ticle("sc_schema")` for more details.

```{r}
```{r,eval=FALSE}
sc_schema_catalogue() %>%
sc_schema_flatten("TABLE")
```
Expand Down

0 comments on commit dbd90fb

Please sign in to comment.