Skip to content

Commit

Permalink
Fix typo in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ChemiKyle committed Oct 5, 2023
1 parent 0c56fcb commit 0b337f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/dataframe_to_redcap_dictionary.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#' )
#'
#' redcap_data_dictionary <- dataframe_to_redcap_dictionary(df, "test_form")
#' redcap_data_dictionary <- dataframe_to_redcap_dictionary(df, "test_form"m "character_col")
#' redcap_data_dictionary <- dataframe_to_redcap_dictionary(df, "test_form", "character_col")
#' }
dataframe_to_redcap_dictionary <- function(df,
form_name,
Expand Down
2 changes: 1 addition & 1 deletion man/dataframe_to_redcap_dictionary.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0b337f4

Please sign in to comment.