You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rmd
+3-3
Original file line number
Diff line number
Diff line change
@@ -226,7 +226,7 @@ Alternatively, you can also use the built-in mechanism for determining the data
226
226
227
227
By setting the logical `one.statement` argument to `TRUE` you can let `getcreateSQL()` return the `CREATE` statements in one character value instead of a vector with one element per `CREATE` statement. In this case you can use the `line.break` argument to define how the different `CREATE` statement are to be separated (apart from a semicolon that is added by default).
228
228
229
-
To export the data as such you habe two options:
229
+
To export the data as such you have two options:
230
230
231
231
* you export ready-to-execute SQL `INSERT` statements using `getInsertSQL()` function
232
232
* you save the data to CSV files using `savetofiles()`.
@@ -242,12 +242,12 @@ You can also export all the tables of your relational model with `savetofiles()`
242
242
```{r eval=TRUE}
243
243
savetofiles(customer.data)
244
244
```
245
-
This will save as many CSV files to your current working directory as you have tables in you model (`customer.data`). Each file is named for the name of the dataframe connected to the respective table, so `city.csv` will store the data from the `city` table.
245
+
This will save as many CSV files to your current working directory as you have tables in your model (`customer.data`). Each file is named for the name of the dataframe connected to the respective table, so `city.csv` will store the data from the `city` table.
246
246
247
247
248
248
More optional arguments for most of the functions discussed here are available. Please check the online help for more details.
249
249
250
250
251
251
## Contact the author
252
252
253
-
I appreciate your questions, issues and feature request. Contact me on [email protected], visit the GitHub repository on https://github.com/jsugarelli/xml2relational for the packages source and [follow me on Twitter](https://twitter.com/jsugarelli) to stay up-to-date!
253
+
I appreciate your questions, issues and feature requests. Contact me on [email protected], visit the GitHub repository on https://github.com/jsugarelli/xml2relational for the package source and [follow me on Twitter](https://twitter.com/jsugarelli) to stay up-to-date!
0 commit comments